Previous Topic: Migrate the CA Strong Authentication DatabaseNext Topic: Uninstall the Existing Release


Update the Server Connection Pooling Settings

If application server connection pooling is used, or if SSL is configured for the connection with the database, perform the following steps.

Follow these steps:

  1. If the application server connection pooling is used in your existing deployment, then update the database details in the securestore.enc file by the following steps:
    1. Change the working directory to the following location where DBUtil is available:
      $ARCOT_HOME/tools/linux
      
    2. Run the following command for the primary database:
      DBUtil -pi <DB_username> <DB_password>
      
  2. If SSL has been configured for the connection with the database, then update the database details in the securestore.enc file by the following steps:
    1. Change the working directory to the following location where DBUtil is available:
      $ARCOT_HOME/tools/linux
      
    2. If the database is enabled for SSL communication, then set the truststore password as:
      DBUtil -pi TrustStorePath.1 <truststore-password>