I am attempting to use a programmatic security to login to a JBoss server.
I'm trying to passing in login credentials through the request object from one JBOSS
server to a LoginServlet on another JBOSS server. The login servlet is hit... it has
valid login credentials... but I always get a IllegalStateException thrown back at me when
trying to use the WebAuthentication class.
If I use a login jsp sitting on the same server to try to login... everything works fine.
Any ideas ?
- Micah
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176561#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...