log file problem

2004-07-14 Thread Jitesh Sinha
If the log files become full does it create problem with the application? Like session parameters coming as null or request attributes coming as null even though they exist there in the session and request respectively? TIA, -Jitesh

Re: log file problem

2004-07-14 Thread Tim Funk
I don't think so. -Tim Jitesh Sinha wrote: If the log files become full does it create problem with the application? Like session parameters coming as null or request attributes coming as null even though they exist there in the session and request respectively?

RE: log file problem

2004-07-14 Thread Shapira, Yoav
:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 3:44 AM To: Tomcat Users List Subject: log file problem If the log files become full does it create problem with the application? Like session parameters coming as null or request attributes coming as null even though they exist there in the session

RE: log file problem

2004-07-14 Thread Jitesh Sinha
which clears the logs and everything comes on track Any ideas are welcomeI am kinda becoming despo now ... :) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 6:31 PM To: Tomcat Users List Subject: RE: log file problem Hi

RE: log file problem

2004-07-14 Thread Shapira, Yoav
Hi, Ok so how do I find out definitively which of the stuffs is going to break? You can't. It'll be the first thing executed that requires disk space after the disk is full. You're thinking about this the wrong way: you must prevent the disk from becoming full. Either buy a bigger

RE: log file problem

2004-07-14 Thread Sternbergh, Cornell
. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 10:53 To: Tomcat Users List Subject: RE: log file problem Ok so how do I find out definitively which of the stuffs is going to break? Actually in my application sometimes some parameter

Re: log file problem

2004-07-14 Thread QM
On Wed, Jul 14, 2004 at 08:23:10PM +0530, Jitesh Sinha wrote: : Ok so how do I find out definitively which of the stuffs is going to : break? : Actually in my application sometimes some parameter becomes null which : creates problems with the flow of the application : Sometimes user is

RE: log file problem

2004-07-14 Thread Mike Curwen
be some other problem, not related to logs. Like OOME. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 9:53 AM To: Tomcat Users List Subject: RE: log file problem Ok so how do I find out definitively which of the stuffs is going