web.xml file
So basically request to /secured/home.do is handled by login.jsp before being passed to webcontroller
servlet.
When I access localhost:8080/login/secured/home.do ,I am directed to login.jsp ,if I enter incorrect password I am directed to error.jsp.
error.jsp is:
so error page has nothing but link to login.jsp
But the problem is when I click on this link it looks for
/secured/login.jsp not login.jsp and I get HTTP 404 ,page not found error.
So what should I use as URL here?
Thanks in advance
[ July 29, 2005: Message edited by: Meg Adal ]