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.
