I am trying to implement a JNDIRealm with form-based security.
When I look at the output from my RequestDumperValve I see that the call to j_security_check is like: /jsp/j_security_check which is understandible as it is just on its own in the form tag thus:
Do you have the security-constraint elements in your web.xml file and the login-form, etc. already? The container may complain if you do not have that stuff and try to use j_security_check.
Your URL looks okay, btw.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
