You are not supposed to directly access the page that you specified as your login page in
the web.xml(in this case login.jsp). This login page is a special page to which the user
will be redirected when he tries to access a secure resource and he isnt logged in yet. In
your case, you are not supposed to directly use the
http://localhost:8080/Myapp/login.jsp.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979014#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...