Previous Topic: Apache TomcatNext Topic: Oracle WebLogic Server


IBM WebSphere Application Server

Perform the following steps to create an LDAP connection pool:

  1. Log in to WebSphere Administration Console.
  2. Navigate to Servers > Server Types > WebSphere application servers.
  3. The Application servers page appears.
  4. Click the Server that you want to configure.
  5. In the Server Infrastructure section, click Java and Process Management.
  6. Click the Process Definition link.
  7. In the Additional Properties section, click Java Virtual Machine.
  8. In the Additional Properties section, click Custom Properties.
  9. Click New to add custom properties.

    The General Properties section appears.

  10. Add the configurations that are listed in the following table as name-value pairs in the General Properties section. Repeat the process for every name-value pair:

Name

Value

com.sun.jndi.ldap.connect.pool.maxsize

64

com.sun.jndi.ldap.connect.pool.prefsize

32

com.sun.jndi.ldap.connect.pool.initsize

8

com.sun.jndi.ldap.connect.pool.timeout

240000

com.sun.jndi.ldap.connect.pool.protocol

plain ssl

com.sun.jndi.ldap.connect.pool.authentication

simple

  1. Click Apply.
  2. Restart WebSphere.