Re: FileLogger setting in server.xml?

2005-10-29 Thread Satish Talim
I have been thro' this document - do I have to use a Context, Logger, Valve tag to set it up. If yes, how? Some code would help. Thanks. If I have to use Commons Logging, then again an example would help. On 10/29/05, andy gordon <[EMAIL PROTECTED]> wrote: > > http://tomcat.apache.org/tomcat-5.0-d

Re: FileLogger setting in server.xml?

2005-10-29 Thread andy gordon
http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html Setting it up according to your requirements in 5.5 is easy as Tomcat has moved ahead and uses log4J. If yours is a new installation, any reason why you aren't using 5.5.x? Satish Talim <[EMAIL PROTECTED]> wrote: I am a newbie and my f

FileLogger setting in server.xml?

2005-10-28 Thread Satish Talim
I am a newbie and my first post here. I am using Apache 1.3.33 and Tomcat 5.0.28. I want to redirect my stderr and stdout messages to a file in my application context, rather than the standard catalina.out. What changes do I need to do in my server.xml file? All help appreciated.