stderr-debug level

2004-06-30 Thread Veera Sivakumar
Hi, I have deployed struts application on Tomcat(4.1.24). I have noticed the following entries in stderr. This entries increase the size of stderr and it become difficult to maintain this. Is there any way that I can stop logging of these statements. I have set debug level to '0' in server.xml a

RE: Managing Tomcat logs

2004-06-23 Thread Veera Sivakumar
server.xml and add the swallowOutput="true" attribute, this will put standard out and standard error into the log file that you specify which is rotated on a daily basis automatically for you by tomcat. Ta Matt -Original Message----- From: Veera Sivakumar [mailto:[EMAIL PROTECTED

Managing Tomcat logs

2004-06-22 Thread Veera Sivakumar
Hi, I am using Tomcat as web server for my application. I start Tomcat using windows service. All the logs generated by the Application are written in to a file called stdout.log which is under tomca/logs folder. I have noticed that with continuous use of application,stdout file size increasing t

Why should we remove work folder if a JSP is modified?.

2004-06-15 Thread Veera Sivakumar
Hi, I am using Tomcat 4.1.24. I have noticed that some times, Tomcat is unable to re-compile the changed JSP. I have to remove the generated servlet class file from work folder. Then it works. Is it a known problem in Tomcat?. Or I have to do some settings in any configuration file to avoid del

JSP changes not reflected if class file is not deleted from work folder

2004-06-15 Thread Veera Sivakumar
> Hi, > I am using Tomcat 4.1.24. > I have noticed that some times, Tomcat is unable to re-compile the changed JSP. I > have to remove the JSP class file from work folder. Then it works. > Is it a known problem in Tomcat?. Or I have to do some settings in any configuration > file to avoid delet