You had to add <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> to My Filter mapping, which now looks like <filter-mapping> <filter-name>VJFilterTest</filter-name> <url-pattern>/servlet/MyTest</url-pattern> <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> </filter-mapping>