Re: Tomcat 6 and Servlet filter problem

2008-05-20 Thread ManojS
Bill, Thank you for the reply. I created a sample web app with one JSP and a filter, in the same way you did with dummy JSP. It is working. So, what you said will be correct, the problem is in the filter. How I know that the doFilter method is not executing is, while analyzing the filter class p

Tomcat 6 and Servlet filter problem

2008-05-20 Thread ManojS
Hello, I was trying to integrate a web application in Tomcat 6. That application uses a servlet filter to append few parameters to all the requests of its resources. The web.xml file with filter configuration is as follows. > > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";> > > >