I have form-based authentication set up far enough that
if I request a protected resource, Tomcat redirects me
to the login page. When I submit the login page to
j_security_check, Tomcat gives me this 500 error:

No Context configured to process this request
The server encountered an internal error (No Context
configured to process this request) that prevented it
from fulfilling this request.

Does this mean that no Context is available to handle
the j_security_check? I guess I just don't understand
what the problem is at this point. Could this error
mean that the j_security_check is not authenticating?
Any advice would be very much appreciated.

Gregg


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

Reply via email to