Connection Manager external definitions

The JDBCServicesConnectionManager has the following data externalized in the services definition file:
Table 1. JDBCServicesConnectionManager tag attributes
Tag attribute Attribute description
id Name of the connection manager.
poolManager The connection manager for connecting to the datasource. The type of datasource determines which connection manager the service uses:
  • WebSphere4.0 (for JDBCServicesConnMgrWS40 for a WebSphere(R) 4.0 datasource)
  • WebSphere4.0z (for JDBCServicesConnMgrWS40z for a WebSphere 4.0 datasource in an OS/390(R) environment)
  • WebSphere5.0 (for JDBCServicesConnMgrWS50 for a WebSphere Application Server 5.0 datasource)
orphanTimeout The number of seconds that passes before the JDBCServicesConnectionManager discards an unused or idle connection. The recommended value should be equal to or less than the connection timeout for the datasource in the application server.
reapTime The number of seconds that passes between runs of the pool maintenance thread.
Example:
<JDBCServicesConnectionManager id="JDBCServicesConnMgr" poolManager="WebSphere5.0" 
    orphanTimeout="18000" reapTime="60"/>