On the Tomcat site:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html


-----Original Message-----
From: Larry Meadors [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 12:58 PM
To: [EMAIL PROTECTED]
Subject: RE: Log the amount of time taken to complete a request...


Where might a guy find the meanings of those values and any others that
are available?
 
I am guessing...
 h = host
 l = Hmm, no clue here.
 u = user
 t = time request was made
 r = request
 s = response (200=ok, 404=not found, etc)
 b = size in bytes

Larry

>>> [EMAIL PROTECTED] 05/03/02 10:44AM >>>
If you are using the default server.xml file, the entries are being
written
using the "common" pattern.  This is defined as:

%h %l %u %t "%r" %s %b"

where %b is the number of bytes sent in the reponse, excluding
headers.

According to the docs, there is no pattern attribute to record the
total
time required to process the request.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to