hi,
Here is a sample of my tomcat server.xml file. Hope it will be help ful to you
<Host name="example.com" debug="0" appBase="example.com"
unpackWARs="true" autoDeploy="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs/www.example.com/access" prefix="example_com." suffix=".txt"
pattern="common" resolveHosts="false"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs/example.com/fileLogger" prefix="example_com." suffix=".txt"
timestamp="true"/>
<!-- Tomcat Root Context -->
<Context path="" docBase="ROOT" debug="0" reloadable="true">
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" docBase="" />
</Context> </Host>
inr wrote:
Hai all, How to set the Error Log file for Our Own Web Application in Tomcat 5.5
Thanks inr
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
