Hi,

I have a simple (stupid?) question.
Can I configure a Servlet filter to intercept requests to all the
applications (a.k.a all the ServletContexts)? All I know is we can configure
a filter for each ServletContext (application), but I am wondering if there
is any way.

The reason I am asking is because, if there is a way to do so, I can
configure my filter to provide me the debug output (Such as CGI, session,
request, and ServletContext variables) on all the applications on
development servers and I can get rid of debugging on production servers (by
not deploying the filter).

Thanx in advance,
Thirupati Panyala

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to