Catalina.out eats my harddisk space

2005-04-29 Thread Rajasekar
Hi, I am facing a *catalina.out log* file problem in tomcat5. It eats my harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i have to remove the catalina.out file. the nextday it fills the harddisk. and i cann't run tomcat. What could be the problem. Please help me if a

RE: Catalina.out eats my harddisk space

2005-04-29 Thread Dale, Matt
log files which are easier to manage. Ta Matt -Original Message- From: Rajasekar [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 11:05 To: tomcat-user@jakarta.apache.org Subject: Catalina.out eats my harddisk space Hi, I am facing a *catalina.out log* file problem in tomcat5. It eats my

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Anto Paul
On 4/29/05, Rajasekar <[EMAIL PROTECTED]> wrote: > Hi, > > I am facing a *catalina.out log* file problem in tomcat5. It eats my > harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i > have to remove the catalina.out file. the nextday it fills the harddisk. and > i cann't r

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Tim Funk
catalina.out is never written to by tomcat itself. (except if no loggers for commons-logging are configured) So .. 1) Do not use System.out 2) Do not use Throwable.printStackTrace() 3) Configure you logging (add log4j, or add a commons-logging configuration) -Tim Rajasekar wrote: Hi, I am facin

Re: Catalina.out eats my harddisk space

2005-04-29 Thread David Smith
ll allow you to have rotatable log files which are easier to manage. Ta Matt -Original Message- From: Rajasekar [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 11:05 To: tomcat-user@jakarta.apache.org Subject: Catalina.out eats my harddisk space Hi, I am facing a *catalina.out log* file pr

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Will Hartung
> From: "David Smith" <[EMAIL PROTECTED]> > Sent: Friday, April 29, 2005 4:36 AM > Question to the OT: how are you deleting catalina.out? If you aren't > shutting down tomcat first, you need to do that. Otherwise some OS's > recreate the file to it's former size with empty space where log info >