See ...
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/valves/ExtendedAccessLogValve.html
<Valve className="org.apache.catalina.valves.ExtendedAccessLogValve"
directory="logs"
pattern='c-ip cs-method cs-uri sc-status time'
prefix="localhost_access_log." suffix=".txt"
resolveHosts="false"/>
It can be declared at the host, context, or engine level.
-Tim
Björn Andersen wrote:
Hi,
We are hosting webapplications on IIS with an Tomcat-Backend connected via
JK2.
We analyze the IIS-Logs to supply Webstats. Now, the ISAPI-calls to the JK2
can not be analyzed.
We see that Tomcat has a Logger-Valve for a W3C format access log.
How can we configrue our Tomcatfarm to produce W3C-conform per-application
accesslogs?
Preferably in server.xml, so we don't have to change the apps.
If you gotta build it manually in the applcations, how is that done?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]