you're definitely targetting the most resource intensive and tangential use 
case 
Although there seems to be a bit of a disconnect that where exception logic 
shuts-down the server its running on
BTW putting a system.exit(0) in your catch block will shutdown tomcat as 
well... albeit not gracefully!
If you want to look at various enterprise level development scenarios using 
design patterns such as Session-Facade or MVC feel free to ping this list

GL,
M-
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: "Joseph Ray" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, November 03, 2006 9:56 AM
Subject: RE: Could a bad servlet initializtion stop tomcat?


Thanks for the input.  Something I forgot to mention.  My CTO built a
custom App in java.  That's why we need tomcat.  I believe he did all
his programming, and testing on a Mac.  I believe your input was more
valuable than you first realized.  

Thanks for the Help,

 

Joseph Ray

Network Administrator

Freshwater Publishing

269-704-8113


-----Original Message-----
From: Edoardo Panfili [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 03, 2006 9:50 AM
To: Tomcat Users List
Subject: Re: Could a bad servlet initializtion stop tomcat?

Yaar Schnitman ha scritto:
> 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?
> 
I can't reproduce always the error but some time ago I had a servlet 
that builds a bitmap (Mac OS X, Tomcat 5.0.x), sometimes the whole 
server crashes. I think that the error was (or is, I don't know) in the
VM.

The only solution that I was able to find is to produce svg graphics 
(obviously not a solution).


Edoardo
-- 
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to