Hello,

I'm not sure if this is the right place to ask this question, or if it
should be on the user list.

What is the reason for the connectivity test of the JNDIRealm in the
start method?

We had recently the case where an application was perfectly started
except some users could not log in.
After some research, it seems the tomcat started before one of  the
ldap server this application use was available. So that particuliar
realm was not configured.

I saw that it came from the open() connection in the startInternal()
method, and i'm wondering why that test exists since all the other
methods assumes no connection was established or recover nicely in
case of no connectivity. I mean, it seems safe for me to suppress that
portion without effect.

Looking back in the archive, it seems that code always existed so
where am I wrong?

Cédric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to