is it possible to have a filter working on a JSP file?

I tryed the following, with TEMPLATE = "index.jsp", "index.jsp"
but all doesn't work.

      <!-- filter mapping -->
<filter-mapping>
    <filter-name>servletLogFilter</filter-name>
    <servlet-name> TEMPLATE</servlet-name>
</filter-mapping>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to