Yaar-
try
init()
{
try
{
//code here
}
catch(Exception excp)
{
System.exec("/PATH/TO/JAKARTA/bin/shutdown.sh");
}
}
Anyone else?
Martin --
This e-mail communication and any attachments may contain confidential and
privileged information for the use of the
designated recipients named above. If you are not the intended recipient, you
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination,
distribution or copying of it or its
contents
----- Original Message -----
From: "Yaar Schnitman" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 02, 2006 5:24 PM
Subject: Could a bad servlet initializtion stop tomcat?
> Is there a way to make the failure of a single servlet's initialization
> stop the initialization of the other servlets, or even stop tomcat with
> an error?
>
> The issue is that my system operators fail to notice initialization errors.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>