Re: Tomcat "id" in AccessLogValve and Spread

2003-01-17 Thread Tim Funk
You can declare your own custom pattern in AccessLogValve in server.xml. Then you can always hardcode your "id" into the pattern. -Tim Aditya wrote: I'm trying to consolidate the access logs for a whole bunch of Tomcats using Spread (www.spread.org) like I do with Apache. The easiest way to do t

Re: Tomcat "id" in AccessLogValve and Spread

2003-01-17 Thread Michael Heinrichs
I would also like to add functionality to the AccessLogValve, and a subclass would be fine for my purposes, but currently, org.apache.catalina.valves.AccessLogValve is declared final, presumably for performance reasons. Is there any chance of changing that? Mike Shapira, Yoav wrote: Howdy,

RE: Tomcat "id" in AccessLogValve and Spread

2003-01-17 Thread Shapira, Yoav
Howdy, >I'm trying to consolidate the access logs for a whole bunch of Tomcats >using Spread (www.spread.org) like I do with Apache. The easiest way to do >this seems to be to "patch" org.apache.catalina.valves.AccessLogValve to >use Spread and I've done that trivially. Perhaps it would be better