It is possible to do this in a number of ways
- Container Managed Realm:
- http://tomcat.apache.org/tomcat-5.0-doc/realm-howto.html#JNDIRealm
- But does not support ldaps:// . ldap via SSL
- if you want SSL with ldap, use mozilla-java-ldap-sdk: here are good
resources:
- http://www.mozilla.
It's quite possible via Apache...
If it is not possible via Tomcat than this would be one of those reasons
to use Apache as a web server.
Javier wrote:
Con fecha Tuesday, October 25, 2005, 3:16:43 PM, escribió:
If you mean pooling with JNDIRealm - there is no pooling available with that
If you mean pooling with JNDIRealm - there is no pooling available with that
realm.
-Tim
Javier Leyba wrote:
Hi All
I want to make an LDAP connection pool in my Tomcat
5028 server. Is this possible ? Could someone show an
example ?
-