> Could you not have a logging servlet then? that logs all 
> requests, then forwards the request to the appropriate servlet.

I think you'd probably be better off implementing your own 
RequestInterceptor.  

Check out /src/org/apache/tomcat/core/RequestInterceptor.

While this is can be Tomcat specific it a very logical place
to put this mechanism IMHO.

Servlet would also work but that would be adding a step in the
processing of every request.


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com
mailto:[EMAIL PROTECTED]

- Punisher of those who cannot spell dumb!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to