

CA Strong Authentication Administration Guide › Configuring Application Server › Enabling LDAP Connection Pooling › JBoss Application Server
JBoss Application Server
Perform the following steps to create an 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 Application Server.
JBoss
Perform the following steps to create a LDAP connection pool:
- Navigate to the following location:
<JBOSS_HOME>\standalone\configuration
- Open standalone.xml file in a text editor.
- Add the following properties:
<system-properties>
<property name="com.sun.jndi.ldap.connect.pool.protocol" value="plain ssl"/>
<property name="com.sun.jndi.ldap.connect.pool.authentication" value="simple"/>
<property name="com.sun.jndi.ldap.connect.pool.maxsize" value="64"/>
<property name="com.sun.jndi.ldap.connect.pool.prefsize" value="32"/>
<property name="com.sun.jndi.ldap.connect.pool.timeout" value="240000"/>
<property name="com.sun.jndi.ldap.connect.pool.initsize" value="8"/>
<system-properties>
- Save and close the file.
- Restart JBoss AS.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|