0 Replies Latest reply on Dec 27, 2004 5:06 AM by kazouta

    Problem with j_security_check using JBoss 3.2.5

    kazouta

      We're using j_security_check method on Webapps deployed on jboss-3.2.5 to authenticate users. Common sessions timeout is set in web.xml file of jbossweb-tomcat50.sar service.

      When a user need to access a protected page he is redirected normally to login form. If he try with accessable username and password after timeout session expire, he will get a 404 HTTP error : "The requested resource (/j_security_check) is not available".

      How to register the protected page URL beyond the user session ?
      It would be so great if someone could help !