Previous Topic: Configuring Application ServerNext Topic: Apache Tomcat


Enabling Database Connection Pooling

Typically, accessing the database might not be a bottleneck, but setting up a new connection for each request can be an overhead and can bring down the performance of the system. By creating a database connection pool, you can avoid potential bottlenecks. This is because connection pooling helps you avoid the overhead of making a new database connection every time a AuthMinder component that is deployed on application server requires access to the database.

This section covers the configuration steps for the following application servers: