RE: Tomcat Memory leaks!

2003-06-04 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 12:06 AM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has a major memory leak, and I wanted to bring it to the developers

RE: Tomcat Memory leaks!

2003-06-04 Thread Hua Hou
, June 02, 2003 10:06 PM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has a major memory leak, and I wanted to bring it to the developers attention so they can check it out. I run a shared hosting server (Mandrake 8.2, Apache 1.3) with virtual hosts

Tomcat Memory leaks!

2003-06-03 Thread Robert Abbate
Hi. It seems Tomcat (4.1.24) has a major memory leak, and I wanted to bring it to the developers attention so they can check it out. I run a shared hosting server (Mandrake 8.2, Apache 1.3) with virtual hosts. I have 1 Gig of RAM and about 50 virtual hosts and yet I keep getting Out of Memory

RE: Tomcat Memory leaks!

2003-06-03 Thread Alex Burton
to jikes forked compiles went away... Hope that helps. Cheers, Alex. -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has a major memory

RE: Tomcat Memory leaks!

2003-06-03 Thread Robert Abbate
that whe nwe moved to jikes forked compiles went away... Hope that helps. Cheers, Alex. -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has

RE: Tomcat Memory leaks!

2003-06-03 Thread Alex Burton
: Tomcat Memory leaks! Try the option to fork off the JSP compiles (or even use Jikes to compile). There seems to be a problem with compiling of JSPs that does not use the usual memory you can allocate with the -Xmx type flag... maybe one of the guru's can explain this.. but we had similar

RE: Tomcat Memory leaks!

2003-06-03 Thread Angus Mezick
: Tomcat Memory leaks! Have a look here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html In your tomcat_home/conf/web.xml you can modify the following like this (assuming you have Jikes installed): servlet servlet-namejsp/servlet-name servlet