In the client environment without data source support, to configure a connection pool that use JDBC DB Driver directly, you should provide the dbDriverName, dbUrl, dbUserName, dbPassword for connection pool.
The following is a connection pool configuration example that uses JDBC Driver.
In WAS managed environment, data source can be used directly. The configuration only needs a little change in this case. The dataSource attribute is used instead of attributes of JDBC drivers. The pooling function of the UDTT connection pool can be disabled by the disablePool attribute. If disablePool is set to true, the pooling function of data source is used directly instead of the UDTT connection pool.
Note If the dataSource attribute and JDBC Driver attributes are set at same time, the JDBC Driver attributes are ignored, and the dataSource attribute is used.