4 Replies Latest reply on Aug 17, 2005 3:36 PM by scswarga

    j_security_check error using apache with tomcat

      I am using Apache with jboss 3.2.5. I have my JJP connector setup and have mod_jk configured.
      We wish to host the login page on apache and post to j_security.

      I have been getting an inconstent behavior on Tomcat. The appliaction lets me login succesfully the first time. However. on subsequent logins I get HTTP Status 404 - /j_security_check error

      I invalidate the session every time the user logs out and whenever there is a login error. I have even tried deleting all cookies on logout and when there is a login error.

      Does anyone have a fix for te j_security_check error?