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!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156801#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...