You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2008/06/03 12:51:49 UTC

Print Page Generation Time

Hi,

How can i enable printing the Page Generation time in the access logs
I have set the below in server.xml file

<Valve className="org.apache.catalina.valves.AccessLogValve"
                 directory="logs"  prefix="localhost_access_log."
suffix=".txt"
                 pattern="common" resolveHosts="false"/>
not sure on how to  enable printing the Page Generation time in the access
logs.

Tomcat and OS details : tomcat-5.0.27-r6,Gentoo OS and sun-jdk-1.5.0.12

Thanks and Regards

Kaushal