Excellent!  Thanks!

:)



-----Original Message-----
From: Luc Santeramo [mailto:luc.santeramo@;univ-avignon.fr]
Sent: Wednesday, October 30, 2002 2:22 AM
To: Tomcat Users List
Subject: Re: Tomcat standalone - traffic logs???


At 03:14 30/10/2002  -0800, you wrote:
>I'm using Tomcat Standalone and I would like to be able to process my logs
>to determine traffic trends on my site. I have webalizer and can use it to
>parse the logs.
>
>The problem though, is that I was looking at the logs being generated form
>tomcat and these logs don't seem to have any traffic info in them.  The
have
>info such as what happened when the server started, etc ... but I'm not
>seeing each page request being logged.  And, I'm not seeing IP addresses
>(which I presume is needed to determine unique users) being logged.
>
>Anyone know how to setup tomcat standalone logs to provide the information,
>and to do so cleanly so that the info can be consumer by Webalizer?

Hi

have a look to $CATALINA_HOME/logs/localhost_access_log.YYYY-MM-DD.txt

check your server.xml file for

  <Valve className="org.apache.catalina.valves.AccessLogValve"
                  directory="logs"  prefix="localhost_access_log."
suffix=".txt"
                  pattern="common"/>

maybe you'll have to change the pattern to "combined"...

Luc




--
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>

Reply via email to