|
@@ -8,6 +8,8 @@
|
|
|
<feature>jdbc-4.2</feature>
|
|
<feature>jdbc-4.2</feature>
|
|
|
</featureManager>
|
|
</featureManager>
|
|
|
|
|
|
|
|
|
|
+ <variable name="http.port" defaultValue="9080" />
|
|
|
|
|
+ <variable name="https.port" defaultValue="9443" />
|
|
|
<variable name="serverdb.name" defaultValue="localhost" />
|
|
<variable name="serverdb.name" defaultValue="localhost" />
|
|
|
<variable name="serverdb.port" defaultValue="5000" />
|
|
<variable name="serverdb.port" defaultValue="5000" />
|
|
|
<variable name="db.user" defaultValue="db2inst1" />
|
|
<variable name="db.user" defaultValue="db2inst1" />
|
|
@@ -77,6 +79,7 @@
|
|
|
<properties.db2.jcc
|
|
<properties.db2.jcc
|
|
|
serverName="${serverdb.name}"
|
|
serverName="${serverdb.name}"
|
|
|
portNumber="${serverdb.port}"
|
|
portNumber="${serverdb.port}"
|
|
|
|
|
+ currentSchema="MWCONFIG"
|
|
|
databaseName="MWCONFIG"
|
|
databaseName="MWCONFIG"
|
|
|
user="${db.user}"
|
|
user="${db.user}"
|
|
|
password="${db.pwd}" />
|
|
password="${db.pwd}" />
|
|
@@ -85,11 +88,12 @@
|
|
|
<!-- To access this server from a remote client add a host attribute to the following element,
|
|
<!-- To access this server from a remote client add a host attribute to the following element,
|
|
|
e.g. host="*" -->
|
|
e.g. host="*" -->
|
|
|
<httpEndpoint id="defaultHttpEndpoint"
|
|
<httpEndpoint id="defaultHttpEndpoint"
|
|
|
- httpPort="9080"
|
|
|
|
|
- httpsPort="9443" />
|
|
|
|
|
|
|
+ httpPort="${http.port}"
|
|
|
|
|
+ httpsPort="${https.port}" />
|
|
|
|
|
|
|
|
<!-- Automatically expand WAR files and EAR files -->
|
|
<!-- Automatically expand WAR files and EAR files -->
|
|
|
<applicationManager autoExpand="true" />
|
|
<applicationManager autoExpand="true" />
|
|
|
|
|
+ <webApplication id="mwui" location="MWUI-1.0.war" contextRoot="/MWUI" />
|
|
|
|
|
|
|
|
<!-- Default SSL configuration enables trust for default certificates from the Java runtime -->
|
|
<!-- Default SSL configuration enables trust for default certificates from the Java runtime -->
|
|
|
<!-- <ssl id="defaultSSLConfig" trustDefaultCerts="true" /> -->
|
|
<!-- <ssl id="defaultSSLConfig" trustDefaultCerts="true" /> -->
|