1 Reply Latest reply on Jun 9, 2008 3:29 PM by florian79

    authMethod=FORM

    florian79


      does anyone has experience with JAX-WS using the authMethod=FORM like this:

      @WebService(...)
      @WebContext(contextRoot = "/context-ws", urlPattern = "/Manager", authMethod = "FORM", transportGuarantee = "NONE", secureWSDLAccess = false)
      @Stateless
      @SecurityDomain("xx")
      


      where to set the login page and the login errorpage?
      is there any example/HowTo available?

      the authMethod=BASIC works well!