

CA AuthMinder UNIX Installation Guide › Configuring Application Server › Enabling LDAP Connection Pooling › JBoss
JBoss
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.
Copyright © 2013 CA.
All rights reserved.
 
|
|