0 Replies Latest reply on Oct 26, 2001 3:28 AM by neilmcc

    Form-based authentication jboss2.4.3_tomcat-3.2.3

    neilmcc

      Hi,

      Form-based JSP authentication doesn't seem to work in this build. Running stanadlone, Tomcat requests to
      http://localhost:8080/examples/jsp/security/protected/index.jsp cause a login page to be displayed. Enetering user tomcat/pwd tomcat then relays to the protecetd page ok.

      In the jBoss build, the login page gets displyed correctly the first time a protected resource is requested. But using the same user/password above causes Tomcat to route to the error login page - even thoughthe login is correct.

      Has anyone managed to get the form-based security working?