Configuring WebSphere Application Server connection pooling for use with a client
WebSphere Application Server connection pooling enables a data store to scale to an indefinite number of users. Connection pooling also improves client performance by reducing logon time and memory usage.
About this task
You must manually configure connection pooling.
The Content Manager Enterprise Edition Version 8 connectors use the WebSphere Application Server JDBC connection pooling. If the two connectors share the same database, they share the same WebSphere Application Server database connection pool. If you choose a different database when installing the two connectors, the connectors use different WebSphere Application Server database connection pools.
Without connection pooling, each database handles its own database connection, which can limit the scalability of an application. When you implement connection pooling, each database can share a database connection from the WebSphere Application Server JDBC connection pool. This benefits performance by reducing the quantity of resources that are required for a set of databases.
- Indirect lookup enables more control over connection management properties such as authentication and sharing scope that are specified in a resource reference, and allows you to select which J2C connection factory to use.
- Direct lookup has been deprecated in WebSphere Application Server.
To configure WebSphere Application Server connection pooling: