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: Is struts.jar mandatory for tomcat 4.1.24 ?

2003-09-23 Thread Sarika N Inamdar
in tomcat/server/webapps/admin. Adam On 09/23/2003 06:07 AM Sarika N Inamdar wrote: 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

RE: Is struts.jar mandatory for tomcat 4.1.24 ?

2003-09-23 Thread Sarika N Inamdar
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 -Original Message- From: Sarika N Inamdar [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: RE : Redirecting the output to a log file

2003-09-23 Thread Sarika N Inamdar
Logger className=org.apache.catalina.logger.FileLogger directory=/u/logs/ prefix=logfile. suffix=.log timestamp=true/ /Context -Message d'origine- De : Sarika N Inamdar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 septembre 2003 12:40 À

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

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

2003-09-18 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

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

RE: Redirecting the output to a log file

2003-09-17 Thread Sarika N Inamdar
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: Sarika N Inamdar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent