and possibly refer to log4j Tomcat 5.5
Is the unique.log where your site hits are being logged?
I'm running tc5.0.x. For that version you would change the pattern
attribute for the Valve doing the logging in server.xml (or context.xml
depending on config).
Just looked. It's the same in
Is the unique.log where your site hits are being logged?
I'm running tc5.0.x. For that version you would change the pattern
attribute for the Valve doing the logging in server.xml (or context.xml
depending on config).
Just looked. It's the same in 5.5
http://tomcat.apache.org/tomcat-5.5-doc/c
Thanks Jon,
After reviewing your response ... I believe this fix is for a Apache
server? I am running Standalone Tomcat. It appears I need to somehow
log the user-agent and possibly referrer to my default access log. Is
this correct?
If this is the case, does anyone know how to do this with Tomc