After Filter redirects to login.jsp, proper servlet doesnt get called
- by gnomeguru
My simple project structure is shown in this link. I am using Eclipse and Tomcat 6.
There is login.jsp which submits its form to login_servlet. The login_servlet sets a session variable and then redirects to home.jsp. The home.jsp file has links to the 4 JSP files under a directory called /sam. In web.xml I have given the url-pattern as /sam/* for…