Re: Dynamically add Filter to webapp without declaring in web.xml

2006-08-01 Thread Harakiri
> excellent standard way to go. There was a thread > just a few days ago on > that. > > --David > > Harakiri wrote: > > >Hello, > > > >is it possible to dynamically add a Filter for a > web > >app using the tomcat ? If so, is there an ex

Dynamically add Filter to webapp without declaring in web.xml

2006-08-01 Thread Harakiri
Hello, is it possible to dynamically add a Filter for a web app using the tomcat ? If so, is there an example how to do this ? OR is it possible to somehow init some webapps params before the Filter is loaded ? I tried to use a Servlet and used the 1 within the web.xml - however the servlet is lo