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
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
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
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
> 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