We're using Form based JNDIRealm Authentication against an LDAP server
and it's all working fine except for one issue.  When a user enters an
invalid username/password they get sent to the error page, but they also
get sent to the same error page if the LDAP server is down.  Is there a
way to trap the exception and redirect them to a different error page
or, using a servlet as an error page, somehow pick up on the exception
and display a slightly more specific error message like, "Please contact
the help desk.  The authN server is unreachable."?

Env: Tomcat 6.0.35. on Solaris, JDK 1.6.0_31.  

Thanks,
Kris


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

Reply via email to