After reading the logging FAQ,

http://wiki.apache.org/tomcat/FAQ/Logging

I was under the impression that I would need to program my own logger to
accomplish what I wanted to do, even though it can be done with the simple
request log listed below:

(In server.xml, in the <Engine> tag)

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

Could some examples such as this be added to the FAQ or a page linked
directly from the FAQ?

Josiah Yoder

Reply via email to