Did the log format change at all when you made the switch? With common you should have: %h %l %u %t "%r" %s %b -- or 7 fields
With combined you should now see:
%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i" -- or 9 fields
At least you should see 2 extra - in your new log entries.
-Tim
neal wrote:
Really?!?!?! yeah I'm using 4.0.4 so I guess it should have worked. :-\ I restarted my server and looked for the most recent entries in the log. Do I need to delete the existing log? Or something else to restart it? Thanks. Neal -----Original Message----- From: Shapira, Yoav [mailto:Yoav.Shapira@;mpi.com] Sent: Wednesday, November 06, 2002 10:48 AM To: Tomcat Users List Subject: RE: Logging UserAgent (browser) Hi, What version of tomcat are you using? In 4.x, changing the pattern from common to combined is all you need to do. Yoav Shapira Millennium ChemInformatics-----Original Message----- From: neal [mailto:nealcabage@;yahoo.com] Sent: Thursday, November 07, 2002 1:44 AM To: Tomcat Users List Subject: RE: Logging UserAgent (browser) Thanks but this didn't affect my logs at all. I changed the pattern to "combined" from "common" per your suggestion and the log is still using common format - no user-agent. Did you mean that I should use this in combination with one of the RequestInterceptor nodes I was referring to (where to explicitly defineaformat)? If so, what would the association be there? I failed to find this information in the tomcat manual. :( Thanks. Neal -----Original Message----- From: Tim Funk [mailto:funkman@;joedog.org] Sent: Wednesday, November 06, 2002 4:14 AM To: Tomcat Users List Subject: Re: Logging UserAgent (browser) Yes - use combined for your access log pattern. Ex: <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="combined" /> neal wrote:Is it possible to instruct Tomcat to log the HTTP UserAgent (Akawhichbrowser), in the access logs? Thanks! Neal-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user- [EMAIL PROTECTED]> For additional commands, e-mail: <mailto:tomcat-user- [EMAIL PROTECTED]>-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
