We have noticed that after a certain amount of continuous uptime, Tomcat eventually runs out of memory.

Now, I was always taught that the only thing that's supposed to be capable of causing a memory leak in Java is unintended object retention.

At any rate, is there a good way specific to Tomcat, to detect an out-of-memory condition, so that Tomcat can be shut down (abended if necessary) and restarted?

--
James H. H. Lampert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to