|
|
@@ -1,17 +1,46 @@
|
|
|
<db-config>
|
|
|
- <datasource>jdbc/db2/mwconfig_mwui_ds</datasource>
|
|
|
- <schema>mwconfig</schema>
|
|
|
- <config-pattern>
|
|
|
- <!-- If path is not specify, will be included to config -->
|
|
|
- <!-- If path is specify, only using <include> will be included to config -->
|
|
|
- <!-- <path id="config/clients/client" />
|
|
|
- <path id="config/db" />
|
|
|
- <path id="config/dbquery" />
|
|
|
- <path id="config/host" />
|
|
|
- <path id="config/mapping" />
|
|
|
- <path id="config/parser" />
|
|
|
- <path id="config/ports/port" />
|
|
|
- <path id="config/routing" />
|
|
|
- <path id="config/rpg-call" /> -->
|
|
|
- </config-pattern>
|
|
|
+ <url>jdbc:db2://10.10.10.36:50000/mwconfig</url>
|
|
|
+ <driver-class>com.ibm.db2.jcc.DB2Driver</driver-class>
|
|
|
+ <username>db2inst1</username>
|
|
|
+ <password>wajFMo2HsNWsRQcLal8Y47jzNMHI+oAu8ywJwIfL9cA=</password>
|
|
|
+ <c3p0 id="jdbc:db2:">
|
|
|
+ <param id="minPoolSize">5</param>
|
|
|
+ <param id="maxPoolSize">50</param>
|
|
|
+ <param id="timeout">60</param>
|
|
|
+ <param id="idleConnectionTestPeriod">300</param>
|
|
|
+ <param id="maxIdleTime">300</param>
|
|
|
+ <param id="maxIdleTimeExcessConnections">180</param>
|
|
|
+ <param id="preferredTestQuery">select 1 from sysibm.sysdummy1</param>
|
|
|
+ </c3p0>
|
|
|
+ <schema>mwconfig</schema>
|
|
|
+ <config-pattern>
|
|
|
+ <!-- If path is not specify, will be included to config -->
|
|
|
+ <!-- If path is specify, only using <include>will be included to config -->
|
|
|
+ <path id="config/clients/client">
|
|
|
+ </path>
|
|
|
+ <!-- <path id="config/codex">
|
|
|
+ <include>\[iso-8583-sms\]</include>
|
|
|
+ <include>\[iso-8583-itm\]</include>
|
|
|
+ </path> -->
|
|
|
+ <path id="config/db">
|
|
|
+ </path>
|
|
|
+ <path id="config/dbquery">
|
|
|
+ </path>
|
|
|
+ <!-- <path id="config/dtree-map">
|
|
|
+ </path> -->
|
|
|
+ <path id="config/host">
|
|
|
+ </path>
|
|
|
+ <path id="config/mapping">
|
|
|
+ </path>
|
|
|
+ <path id="config/param-map">
|
|
|
+ </path>
|
|
|
+ <path id="config/parser">
|
|
|
+ </path>
|
|
|
+ <path id="config/ports/port">
|
|
|
+ </path>
|
|
|
+ <path id="config/routing">
|
|
|
+ </path>
|
|
|
+ <path id="config/rpg-call">
|
|
|
+ </path>
|
|
|
+ </config-pattern>
|
|
|
</db-config>
|