Hi, Not only does this NOT help, it hurts ;) Please be careful to not to post Tomcat 5.0 (or 4.x, or 3.x) configuration files for a Tomcat 5.5 question, or the other way around. We have enough confused newbies as it is ;)
Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Sarath PS [mailto:[EMAIL PROTECTED] >Sent: Monday, November 22, 2004 2:52 AM >To: Tomcat Users List >Subject: Re: How to set Error Log for Web Application in TOmcat 5.5 > >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] >> >> >> > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
