

CA RiskMinder Windows Installation Guide › Configuring Application Server for Database Connection Pooling › Enabling LDAP Connection Pooling › JBoss Application Server
JBoss Application Server
Perform the following steps to create a LDAP connection pool:
- Navigate to the following location:
<JBOSS_HOME>\server\<Profile>\deploy\
- Open properties-service.xml file in a text editor.
- Add the following properties to the <attribute name="Properties"> section:
- 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 JBoss AS.
Copyright © 2013 CA.
All rights reserved.
 
|
|