On Wed, 27 Nov 2002, Charlene Mitchell wrote:

> Date: Wed, 27 Nov 2002 07:48:31 +0000 (GMT)
> From: Charlene Mitchell <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: ldap authenitcation
>
> Hi,
>
> Thanks for the reply.
>
> The link you mention is what I was referring to when I
> said:
> "I have read the JNDI Realm how-to and added the
>  following few lines to my server.xml file."
> (I've already bought the T-Shirt, so to speak)
>
> So, apart from that document which has led me to a
> realm entry in server.xml (and of course my web.xml
> entry) is there something else that I missed, or is
> there any way to startup Catalina so that I see every
> single debug statement in the logs?
>

Is your web application configured to use container managed security (i.e.
you have a <security-constraint> and <login-method> elements in your
web.xml file)?  Tomcat will never talk to your LDAP server until someone
tries to access a URL that is protected by a security constraint.

> Thanks
>
> Charlene

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to