I had lots of problems with the Struts Iterate tags causing memory leaks
when I stress tested pages.  I ended up replacing them with JSTL tags and it
went away.  Struts 1.1b3 probably has the issue resolved (if it was the
case).

Jacob

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 19, 2003 10:01 AM
To: tomcat-user
Subject: CPU and Tomcat 4.1 problems

I have created a web application with Struts 1.0. I use Tomcat 4.1.12 to run
it.
Lots of times, the CPU reach 90% and I need to restart the Tomcat service.

My Computer runs with :
Windows 2000 Server
512 Mo RAM
JDK 1.3.1.02

The service was created by the command :

tomcat.exe -install "Apache Tomcat 4.1"
[jdk1.3path]\jre\bin\server\jvm.dll
-Djava.class.path=[tomcatpath]\bin\bootstrap.jar;[jdk1.3path]\lib\tools.jar
-Dcatalina.home=[tomcatpath]
-server -Xms128m -Xmx512m -Xrs
-start org.apache.catalina.startup.BootstrapService -params start
-stop org.apache.catalina.startup.BootstrapService -params stop
-out [tomcatpath]\logs\stdout.log
-err [tomcatpath]\logs\stderr.log

Thanks very much

Christophe (CLN)

PS : Can I reduce the memory taken by Tomcat with the parameters -Xms64m
-Xmx256m without any problem.

------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr 



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to