Re: Apache LogFormat on tomcat with APR?

2007-05-31 Thread robert lazarski
Exactly what I was looking for - thanks! Robert On 5/31/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html check out AccessLogValve Filip robert lazarski wrote: > Hi all, I have a requirement to get in our logs some data - in Apac

Re: Apache LogFormat on tomcat with APR?

2007-05-31 Thread Filip Hanik - Dev Lists
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html check out AccessLogValve Filip robert lazarski wrote: Hi all, I have a requirement to get in our logs some data - in Apache the log format is: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{forensic-id}n\"

Apache LogFormat on tomcat with APR?

2007-05-31 Thread robert lazarski
Hi all, I have a requirement to get in our logs some data - in Apache the log format is: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{forensic-id}n\" \"%{X-ClientSide}" combined-ClientSide How can I get that type of data into tomcat's logs? I have APR running if th