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>

Reply via email to