No can do compadre - at least, I don't think you can. This is a J2EE thing.

I ... think you could benefit from reviewing the servlet specification (v2.3). In additon, you should be aware that filters deal with processing HTTP requests and responses to and from JAVA resources... servlets. I ... really don't think you could use one for what your proposing, but I'll let someone else make that call. I'm not as familiar with the specification as I should be.

Thiru Panyala wrote:

Thank you Bush for responding quickly.

To better explain why I came up with this question, see the attachment. (The
attachment is a Coldfusion template served by the Coldfusion application
server when the debugging is ON). I want to achieve the kind of scenario
with the servlet container irrespective of the application is being served
and how the logging for the application is configured (commons
logging/Log4J).
As the different apps might be configured to log the debug info (specific to
the request), I am looking for a centralized control from which I can enable
or disable the showing of debug info to the users (possibly using a filter
or any other technique) as shown in attachment.
Thanx
Thirupati Panyala

--
Eddie Bush



--
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