Josiah Yoder wrote:
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?
It is a wiki. You can add them yourself.
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]