Configure the connection pool failover properties using the customer_overrides.properties file locally.
Procedure
-
Navigate to <install_dir>/properties and update the connection pool failover properties:
Add the properties to the
customer_overrides file
jdbcService.connectionPool.failover.enable=true
jdbcService.connectionPool.failover.probeIntervalSeconds=<value>
jdbcService.connectionPool.failover.numberOfRetries=<value>
jdbcService.connectionPool.failover.retryIntervalSeconds=<value>
jdbcService.connectionPool.failover.errorCodes=<value>
-
Restart the services.