PDA

View Full Version : Ldap Connection Pooling



rajkum234
Jun 13th, 2007, 03:55 AM
Hi,

I have created a small example application based on Spring-LDAP API, through which I am able to access the LDAP server.

How can I work with connection pooling with Spring-Ldap API. How can I configure the 'pooled' flag. It is said that LDAP connection pooling is managed using System properties. How can I check whether or not the connection pooling is happening?

Is there a way to create javax.naming.ldap.LdapContext object from the org.springframework.ldap.LdapTemplate object?