Tomcat 4.1.24 logs

2003-09-24 Thread Sarika N Inamdar
Hi, With tomcat 4.1.24 , everyday one log file is created. Is there any configuration we can do to cleanup/remove the previous log files ? Out application runs for many days and each of these log files is about 400MB. This would really eat up a lot of memory. Would really appreciate any help on

RE: RE : Redirecting the output to a log file

2003-09-23 Thread Sarika N Inamdar
reloadable="true" crossContext="true" > swallowOutput="true"> > > directory="/u/logs/" prefix="logfile." suffix=".log" > timestamp="true"/> > > > -Message d'

RE: Is struts.jar mandatory for tomcat 4.1.24 ?

2003-09-23 Thread Sarika N Inamdar
> > Howdy, > Why do you have the struts action servlet defined in web.xml > and don't have the struts jar? Neither is required for > tomcat, but if you have one you need to have the other... > > Yoav Shapira > Millennium ChemInformatics > > > >

RE: Is struts.jar mandatory for tomcat 4.1.24 ?

2003-09-23 Thread Sarika N Inamdar
r mandatory for tomcat 4.1.24 ? > > > No it's not mandatory. But tomcat's admin app uses struts. This is > controlled by an .xml file in your webapps directory, and it > points to > the deployment in tomcat/server/webapps/admin. > > Adam > > On

Is struts.jar mandatory for tomcat 4.1.24 ?

2003-09-22 Thread Sarika N Inamdar
Hi All, Please let me know if struts.jar should be present under /WEB-INF/lib with tomcat 4.1.24 ? We have jps's which do not struts. But when I start tomcat,encounter the following exception in /logs/localhost_log file . This execption does not hamper the functionality though !!! 2003-09-22 20

javax.servlet.ServletException: Wrapper cannot find servlet class - Need Help

2003-09-17 Thread Sarika N Inamdar
Hi, When I start tomcat 4.1.24, I see the below execption in localhost_log file. But am able to connect to the server and do all transactions. 2003-09-18 11:51:10 StandardContext[]: Servlet threw load() exception javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.str ut

RE: Redirecting the output to a log file

2003-09-17 Thread Sarika N Inamdar
3 3:59 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: Redirecting the output to a log file > > > do not use System.out simply make a write to a file routine > and write to a file :-) > > > Johan. > > ----- Original Message - > From: "S

Redirecting the output to a log file

2003-09-17 Thread Sarika N Inamdar
Hi All, When my servlets are sending some stack trace or System.out messages , all such output is dumped in the catalina.out log. We want the System.out messages to go into our application's log file. I am using standalone catalina on Solaris and tomcat 4.1.24. Please suggest on how to proceed to a