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