amyroh      01/10/26 11:12:01

  Modified:    webapps/tomcat-docs/config valve.xml
  Log:
  Add an optional '%S' item for logging user session id in the access log.  This will 
allow to better tracking the activities of a single user session.
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml
  
  Index: valve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- valve.xml 2001/10/12 17:09:37     1.5
  +++ valve.xml 2001/10/26 18:12:01     1.6
  @@ -121,6 +121,7 @@
       <li><b>%q</b> - Query string (prepended with a '?' if it exists)</li>
       <li><b>%r</b> - First line of the request (method and request URI)</li>
       <li><b>%s</b> - HTTP status code of the response</li>
  +    <li><b>%s</b> - User session ID</li>
       <li><b>%t</b> - Date and time, in Common Log Format</li>
       <li><b>%u</b> - Remote user that was authenticated (if any), else '-'</li>
       <li><b>%U</b> - Requested URL path</li>
  
  
  


Reply via email to