Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Advanced Topics : Configuring Connection Pool Size for the Database Server

Configuring Connection Pool Size for the Database Server
When using a database-based domain, it is recommended that you fine tune the database server’s JDBC connection pool to avoid running out of connections.
The following components in a domain keep their own JDBC connection pool for database access:
AppManage utility
The maximum JDBC connections available to each component described above is defined by the tibcoadmin.database.maxConnections property in the following two files for your domain:
TIBCO_HOME/domain/domain-name/AdministrationDomain.properties
TIBCO_HOME/domain/domain-name/AuthenticationDomain.properties
By default, both .properties files set the tibcoadmin.database.maxConnections property to 10. This means each of the components described above uses a maximum of 20 connections (the sum of the administration domain and the authentication domain). You must multiple this number by the total number of components running in your domain.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved