Previous Topic: Enabling LDAP Connection PoolingNext Topic: IBM WebSphere


Apache Tomcat

Perform the following steps to create a LDAP connection pool:

  1. Install the Apache Tomcat application server and test the installation using the following URL:

    http://localhost:8080/

    The preceding URL must open the Apache Tomcat home page.

  2. Navigate to the following location:
    <TOMCAT-HOME>/conf
    
  3. Open the catalina.properties file in a text editor.
  4. Add the following entries to the file:
  5. Save and close the file.
  6. Restart the application server.