You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alin Simionoiu <as...@musicnet.com> on 2001/05/11 23:43:25 UTC

Tomcat JVM crash

Does anybody know how Tomcat handle eventually JVM crash..?
I interested in this because I want to save some data between page, let's say something like a shopping cart.
And I don't want to do this using hidden fields in page.
All this is in the some session.
Is JVM crash, and Tomcat start another one, or use another recovery mechanism, then my data is lost.

Any ideas?

Thank you,
As

RE: Tomcat JVM crash

Posted by Filip Hanik <ma...@filip.net>.
it doesn't handle it.
if your vm dies, everything that is in it is gone.

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
filip@filip.net
www.filip.net
-----Original Message-----
From: Alin Simionoiu [mailto:asimionoiu@musicnet.com]
Sent: Friday, May 11, 2001 2:43 PM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat JVM crash


Does anybody know how Tomcat handle eventually JVM crash..?
I interested in this because I want to save some data between page, let's
say something like a shopping cart.
And I don't want to do this using hidden fields in page.
All this is in the some session.
Is JVM crash, and Tomcat start another one, or use another recovery
mechanism, then my data is lost.

Any ideas?

Thank you,
As