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