An AccessLogFilter will not work since the filter is only valid for a single webapplication. If you wish to log all requests for a server (or Host) to the same log file, you could in theory have multiple Filters running at the same time, one for each webapp - but I'd hate to see the messy file locking and synchronization involved.

-Tim

Shapira, Yoav wrote:
1. Convert AccessLogValve to be a servlet specification 2.3 filter, i.e.
something portable.  We can define it in $CATALINA_HOME/conf/web.xml,
commented out by default perhaps, and users can move the definition
around as they need just like they do with the servlets defined
conf/web.xml.



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



Reply via email to