Connection Pool

This page shows the current Database Connection Pool of the server. To fetch data from Datasources new connections will only be created if necessary, existing connections will be reused of possible. A connection can only be reused if the driver, JDBC Url and all properties are identical.

The table shows the driver, JDBC Url and all properties of a connection-'group' and the amount of cached and active connections for that group. This statistics can be used to detect connection-leaks.