First, If you don't want to answer, just don't..
I'm kinda become sick seeing every day "smart ..es"..
Second, the question was : How Tomcat handle JVM crashes, that's all.
Filip send a very good answer : It doesn't..period.

BTW, for my application Tomcat is the second tier, not the first.


----- Original Message -----
From: "Greg Hanson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 2:59 PM
Subject: RE: Tomcat JVM crash


> First, use plain text when posting to this group, many of the users only
> accept plain text.
>
> Second, for a scalable architecture that will be able to recover from
> crashes or that need to save state, do not wholly rely upon Tomcat or any
> other 1st tier platform.  A suggestion would be to architect your system
so
> that the middle tier saves state (i.e. Stateful Session Bean).  If tomcat
> goes down, the middle ware will persist (so long as the middleware stays
> up).
>
> You're asking a classic architectural question.  Any others with
> suggestions?
>
>
>
> -----Original Message-----
> From: Alin Simionoiu [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 11, 2001 2:43 PM
> To: [EMAIL PROTECTED]
> 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
>

Reply via email to