SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
I was trying to push all tomcats logging up into a different directory than /var/tomcat4/logs for our log managment purposes. I see I can set directory attributes on all FileLoggers but not on the default SystemErrLogger and SystemOutLogger. Is there a simple way I can do this? I like the way

SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
I was trying to push all tomcats logging up into a different directory than /var/tomcat4/logs for our log managment purposes. I see I can set directory attributes on all FileLoggers but not on the default SystemErrLogger and SystemOutLogger. Is there a simple way I can do this? I like the way

RE: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Subir Sengupta
By default SystemErrLogger and SystemOutLogger go to logs/catalina.out, unless you changed the name of the output target in the bin/catalina.sh script from catalina.out to something else. This is explained in the docs http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/logger.html Hope this

Re: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark R. Diggory
vior of tomcat after startup to go in server.xml (which would include location of "all" logs and such).I'm confused as to why there are SystemErrLogger and SystemOutLogger entries I could set in server.xml and yet I can't adjust anything like the directories on these entries. As we

RE: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Subir Sengupta
ne more file your config script would have to change but AFAIK that's the only way to do it. Subir -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 5:49 PM To: Tomcat Users List Subject: Re: SystemErrLogger and SystemOutLogger Thanks,