Rolling over stdout.log and stderr.log in Tomcat 4.1.x

2004-02-18 Thread Jeremy Nix
Is it possible to set an option to have these logs rolled over? If not, does anyone have any windows script files that will do the job just the same? _ Jeremy Nix Southwest Financial Services, LTD. [EMAIL PROTECTED] (513) 621-6699 ext.1158 --

Re: stderr.log & jk2.log (tomcat/apache/jk2 errors) question

2003-02-12 Thread Bill Barker
l Barker [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 10, 2003 11:20 PM > To: [EMAIL PROTECTED] > Subject: Re: stderr.log & jk2.log (tomcat/apache/jk2 errors) question > Importance: Low > > > The 'stderr.log' messages are normal (assuming that you've set

RE: stderr.log & jk2.log (tomcat/apache/jk2 errors) question

2003-02-11 Thread SSchaubach
onday, February 10, 2003 11:20 PM To: [EMAIL PROTECTED] Subject: Re: stderr.log & jk2.log (tomcat/apache/jk2 errors) question Importance: Low The 'stderr.log' messages are normal (assuming that you've set an soTimeout, which I wouldn't recommend). I'd need to see more c

Re: stderr.log & jk2.log (tomcat/apache/jk2 errors) question

2003-02-10 Thread Bill Barker
The 'stderr.log' messages are normal (assuming that you've set an soTimeout, which I wouldn't recommend). I'd need to see more context for the jk2.log messages (unless they are caused by a really short timeout from above). <[EMAIL

stderr.log & jk2.log (tomcat/apache/jk2 errors) question

2003-02-10 Thread SSchaubach
I am hoping that someone sees these errors below and can immediatly tell me that they are expected and/or normal. I am seeing hundreds of the same error in the stderr.log. Anyone see these beforeeither of them? Best, Stephen jk2.log --- [Mon Feb 10 19:04:00 2003

Re: stderr.log and stdout.log

2002-11-20 Thread Chiming Huang
Thanks. I will look into log4j. Chiming >>Consider log4j at the jakarta.apache.org web site. Bill > > Hi, > > I would like to configure the Tomcat 4.0.4 (OpenVMS 7.3-1 port) so that it will > create the stderr.log and stdout.log in the logs directory. So that I c

Re: stderr.log and stdout.log

2002-11-20 Thread billfly3
Consider log4j at the jakarta.apache.org web site. Bill > > Hi, > > I would like to configure the Tomcat 4.0.4 (OpenVMS 7.3-1 port) so that it will > create the stderr.log and stdout.log in the logs directory. So that I can > capture all the debug information by using

stderr.log and stdout.log

2002-11-20 Thread Chiming Huang
Hi, I would like to configure the Tomcat 4.0.4 (OpenVMS 7.3-1 port) so that it will create the stderr.log and stdout.log in the logs directory. So that I can capture all the debug information by using System.out.println(). Is there a way to do that? I got these log files create for Tomcat

stderr.log

2001-04-09 Thread Michael Klimkin
Hi all! How can I get rid from the stderr.log that appears each time tomcat starts as a service? Thank you