Hi,
I would like to have some access logfile in the style of
Apache's "AccessLog".
More precise, I want a file where any request is logged
in the following style:
192.168.5.152 - - [17/Apr/2001:08:29:25 +0200] "GET /tm/client/index.html
HTTP/1.1" 200 1072
192.168.5.152 - - [17/Apr/2001:08:29:25 +0200] "GET /tm/client/format.css
HTTP/1.1" 200 536
192.168.5.171 - - [17/Apr/2001:08:43:53 +0200] "GET /tm/client HTTP/1.1"
302 0
However, I don't know how to do this with TomCat. Any hints?
Thanks,
Jochen