Hi All,
I have java web app which runs under tomcat. now, I need to add some
kind of log analyser.
maybe like webalizer...
could anybody recommend any open source solutions?
thanks.
IchBin - 07 Aug 2006 01:27 GMT
> Hi All,
> I have java web app which runs under tomcat. now, I need to add some
[quoted text clipped - 3 lines]
>
> thanks.
I had Apache2 as the front door to Tomcat on my machine.
http://awstats.sourceforge.net
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Arne Vajhøj - 08 Aug 2006 02:24 GMT
> I have java web app which runs under tomcat. now, I need to add some
> kind of log analyser.
> maybe like webalizer...
> could anybody recommend any open source solutions?
Tomcat can generate access log in standard web server
format so that any log analyzer will work with it.
http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html
Arne