... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2005-05-26

JBoss/Tomcat Access Logging

To enable a standard web access log for Tomcat, you must uncomment the 'AccessLogValve' directive in the Tomcat server.xml file.  Under JBoss, this file is typically found at:

server\default\deploy\jbossweb-tomcat50.sar\server.xml

Note that the valve does not report the authenticated user if you are using the JCIFS NTLM filter.

Blog Archive