Thank you David judging by the description of "All
ServletContextListeners are notified of context
initialization BEFORE any filter" its exactly what i
need.
--- David Smith <[EMAIL PROTECTED]> wrote:
> Depending on your version of tomcat,
> ServletContextListener may be an
> excellent standard
Depending on your version of tomcat, ServletContextListener may be an
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 example how
to d
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