Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

First read this http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html

Add something like this to your context file (also can be added to Host)

No Format
<Valve
    className="org.apache.catalina.valves.FastCommonAccessLogValve"
    directory="${catalina.home}/logs/"
    prefix="access_log"
    fileDateFormat="yyyy-MM-dd.HH"
    suffix=".log"
    pattern="%t %H cookie:%{SESSIONID}c request:%{SESSIONID}r  %m %U %s %q %r"

/>