Howdy,
Not from one servlet: it'll just mark that servlet as unavailable (which
is correct behavior).  If you throw the runtime exception from a servlet
context listener, the context will be marked as unavailable.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Mike Curwen [mailto:[EMAIL PROTECTED]
>Sent: Monday, January 19, 2004 9:50 AM
>To: 'Tomcat Users List'; [EMAIL PROTECTED]
>Subject: RE: Terminating or suspending an application if a "on start
up"
>servlet throws an exception?
>
>I think if you throw a RuntimException, then Tomcat will mark the app
as
>unavailable.
>
>
>> -----Original Message-----
>> From: Adrian Beech [mailto:[EMAIL PROTECTED]
>> Sent: Sunday, January 18, 2004 5:35 AM
>> To: [EMAIL PROTECTED]
>> Subject: Terminating or suspending an application if a "on
>> start up" servlet throws an exception?
>>
>>
>> G'day,
>>
>> Is it possible to have Tomcat 4.1.x terminate or suspend
>> access to an application if a servlet which is fired at start
>> up throws an exception? For example, we have two servlets
>> which are loaded on start up.  The first one sets up the
>> database connection pool and the second one does various
>> other application initialisation type actions.  If either one
>> throws an exception then I'd like the application to be unavailable.
>>
>> Can this be done?  If so then how?
>>
>> AB
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to