1 Reply Latest reply on Sep 11, 2002 9:16 PM by gt

    Jboss 3.0.2/Jetty & j_security_check problems

    kiuma

      Hello, as I mentioned in the subject I've problems relative to jetty.

      Jetty Server returns:
      HTTP ERROR: 500 Internal Server Error
      RequestURI=/web-client/j_security_check

      my web.xml is
      <login-config>
      <auth-method>FORM</auth-method>
      <form-login-config>
      </form-login-page>/login.jsp</form-login-page>
      <form-error-page>/error.html</form-error-page>
      </form-login-config>
      </login-config>

      <security-role>
      <role-name>Admin</role-name>
      </security-role>


      My login.jsp is:





      Username:
      Password:






      And my app worked with Jboss3.0.1 & catalina.
      Since this is the first time I use Jetty with Jboss I don't know why my auth page doesn't work.
      Can you give me a tip?
      Thanks,
      kiuma