Set Connection Values in dbconfig.properties for LDAP Authentication Only Mode

In a LDAP Authentication Only mode, it is necessary to set recommended values to the connection parameters (initialSize and maxActive) in the dbconfig.properties file to help prevent any connection errors.

  1. Ensure all users are logged out of the Viewing application.
  2. Stop the Apache Tomcat service(s).
  3. Open the dbconfig.properties file in a text or XML editor.
    The dbconfig.properties file is typically found in the location: C:\Program Files (x86)\Apache Software Foundation\Tomcat <version>\webapps\I4V\WEB-INF\config.
  4. Locate the line: # Sets the initial size of the connection pool.
  5. Set the value of InitialSize to 10.
  6. Locate the line: # The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit.
  7. Set the value of MaxActive to 300.
  8. Save and close the dbconfig.properties file.
  9. Restart the Apache Tomcat service(s).