RE: incorrect time in the catalina.out logging

2009-03-20 Thread Ghufran
Got it here http://www.mail-archive.com/tomcat-u...@jakarta.apache.org/msg145602.html _ From: Ghufran [mailto:ghufra...@vopium.com] Sent: Friday, March 20, 2009 11:07 AM To: 'Tomcat Users List' Subject: incorrect time in the catalina.out logging Hi All I am us

incorrect time in the catalina.out logging

2009-03-19 Thread Ghufran
Hi All I am using tomcat 6.0.18 on RHEL 5. The problem is that the time that is printed in the logging of catalina.out is one hour ahead of the server time. For example, when the command line date command said Fri Mar 20 05:57:46 GMT 2009 The time printed in the catalina.out was 2

RE: Runaway catalina.out logging

2007-05-09 Thread Andy
dy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 7:11 PM To: Tomcat Users List Subject: Re: Runaway catalina.out logging Filip, This works, thanks, although I am still not sure why the original failed. Too many players in a single command... Regards, Andy On Wed, 9 May 2007, Filip Hanik - Dev Li

RE: Runaway catalina.out logging

2007-05-09 Thread Fargusson.Alan
07 7:11 PM To: Tomcat Users List Subject: Re: Runaway catalina.out logging Filip, This works, thanks, although I am still not sure why the original failed. Too many players in a single command... Regards, Andy On Wed, 9 May 2007, Filip Hanik - Dev Lists wrote: > change > | /u00/tom

Re: Runaway catalina.out logging

2007-05-08 Thread Filip Hanik - Dev Lists
Andy wrote: Filip, This works, thanks, although I am still not sure why the original failed. Too many players in a single command... the original failed cause | only pipes stdout, while tomcat is writing a bunch of crap to stderr Filip Regards, Andy On Wed, 9 May 2007, Filip Hanik - Dev

Re: Runaway catalina.out logging

2007-05-08 Thread Andy
Filip, This works, thanks, although I am still not sure why the original failed. Too many players in a single command... Regards, Andy On Wed, 9 May 2007, Filip Hanik - Dev Lists wrote: change | /u00/tomcat/bin/logger "$CATALINA_BASE"/logs/catalina 2>&1 & to 2>&1 | /u00/tomcat/bi

Re: Runaway catalina.out logging

2007-05-08 Thread Filip Hanik - Dev Lists
change | /u00/tomcat/bin/logger "$CATALINA_BASE"/logs/catalina 2>&1 & to 2>&1 | /u00/tomcat/bin/logger "$CATALINA_BASE"/logs/catalina 2>&1 & ie, redirect stderr into stdout before passing it into the logger Filip Andy wrote: This is a correction of the Subject: which I failed to set

Re: Runaway catalina.out logging

2007-05-08 Thread Andy
ressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 08, 2007 8

Re: Runaway catalina.out logging

2007-05-08 Thread Martin Gainty
the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 08, 2007 8:12 PM Subject: Runaway catalina.out logging This is a correction of t

Runaway catalina.out logging

2007-05-08 Thread Andy
This is a correction of the Subject: which I failed to set properly in my original message. Sorry... Hi there, We have recently switched to tomcat-5.5, on SuSE 9.3, and I ran into a strange problem that was not there before. I am using a custom script from catalina.out rotation. It works m

Re: catalina.out logging

2006-01-18 Thread Markus Schönhaber
sunil goyal wrote: > Catalina.out on my server keeps getting on bigger. Is > there any way to split catalina.out on date basis so > that I have catalina.out being split on a daily basis. http://tomcat.apache.org/faq/logging.html#catalina.out Regards mks

catalina.out logging

2006-01-18 Thread sunil goyal
Hello all, Catalina.out on my server keeps getting on bigger. Is there any way to split catalina.out on date basis so that I have catalina.out being split on a daily basis. catalina_out_11_01_2006.out catalina_out_12_01_2006.out It will be great if someone can let me know a simple procedure