Update using customer_overrides file

Configure the connection pool failover properties using the customer_overrides.properties file locally.

Procedure

  1. 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>
  2. Restart the services.