Hello, 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: <form method="post" action="j_security_check" name="loginform"> <input type="hidden" name="j_username"> <input type="hidden" name="j_password"> </form> Is there something I should put before it which none of the documentation refers to? I am getting a 403 Access denied. Thanks in advance, Andoni.
