From: Edi [mailto:[EMAIL PROTECTED]
consider, i had 4 java application running in one tomcat, if
one application
crashes, all the other 3 application gets crashes. right?


Edi

It's also worth remembering that when your java webapp 'crashes', tomcat will catch the exception and display the stack trace - the other apps will be unaffected (well /almost/ always be unaffected) and continue to run. Even if jsp/java raises an exception, the other jsp/ java pages will continue to run; and jsp pages will continue to be instantiated, even after a crash.

That is of course, assuming you mean exception when you say crash, as opposed to the whole JVM crashing, or tomcat itself having an unrecoverable exception.


Reply via email to