

CA RiskMinder UNIX Installation Guide › Configuring Application Server for Database Connection Pooling › Enabling LDAP Connection Pooling › Apache Tomcat
Apache Tomcat
To create an LDAP connection pool:
- Install the Apache Tomcat application server and test the installation by using the following URL:
http://localhost:8080/
The preceding URL must open the Apache Tomcat home page.
- Navigate to the following location:
<TOMCAT-HOME>/conf/
- Open the catalina.properties file in a text editor.
- Add the following entries to the file:
- com.sun.jndi.ldap.connect.pool.protocol=plain ssl
- com.sun.jndi.ldap.connect.pool.authentication=simple
- com.sun.jndi.ldap.connect.pool.maxsize=64
- com.sun.jndi.ldap.connect.pool.prefsize=32
- com.sun.jndi.ldap.connect.pool.timeout=240000
- com.sun.jndi.ldap.connect.pool.initsize=8
- Save and close the file.
- Restart the application server.
Copyright © 2013 CA.
All rights reserved.
 
|
|