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.
-
Ensure all users are logged out of the
Viewing application.
-
Stop the Apache Tomcat service(s).
-
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.
-
Locate the line:
# Sets the initial size of the connection pool.
-
Set the value of
InitialSize to
10.
-
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.
-
Set the value of
MaxActive to
300.
-
Save and close the
dbconfig.properties file.
-
Restart the Apache Tomcat service(s).