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.org/directory/javasdk.html
- http://www.dahbura.com
- Mozilla's API has a built in class
netscape.ldap.util.ConnectionPool....which you can use in many different
ways...
- This API has complete support for all the required LDAP functions and very
simple to use compared to JNDI API.


On 10/25/05, Jess Holle <[EMAIL PROTECTED]> wrote:
>
> 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
> >>realm.
> >>
> >>
> >Tim
> >
> >Thanks for your reply.
> >
> >I've an LDAP directory and my application will validate users. As far
> >as I know there will be a lot of connection operations I'm looking for
> >a method to have a number of opened connections that could use to
> >validate users.
> >
> >Something similar to a DB pool.
> >
> >Is this possible ?
> >
> >Thanks in advance
> >
> >Javier
> >
> >
>
>

Reply via email to