Objet : tomcat 5.0.16 running out of resources
Hi, I'm running Tomcat 5.0.16 and I'm getting the following error
peiiodically:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError
It happens when certain jsp forms are compiled. Is there a
Hi,
also consider upgrading to 5.0.18 - there was a memory leak fixed in
tomcat. You can search the archive of this conference to find more info.
Best,
David
Jake Alley wrote:
Hi, I'm running Tomcat 5.0.16 and I'm getting the following error
peiiodically:
The system is out of resources.
Consu
Sun's javac that comes with the 1.3 sdk leaks memory. This is a known
issue. 1.4+ and jikes can fix it.
To my mind the (much) better way is to precompile your JSPs. Check out:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html
This has the added benefit of avoiding that annoying st
Hi, I'm running Tomcat 5.0.16 and I'm getting the following error
peiiodically:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError
It happens when certain jsp forms are compiled. Is there a way to increase
the amount of system resources? S