> From: Peter Pimley [mailto:[EMAIL PROTECTED] 
> Subject: Re: Undeploying problem with Tomcat 5.5 and Log4J
> 
> I don't think you're even guaranteed that finalize will be 
> called at all are you?

That is correct - no guarantee.  The Finalizer concept is one of the
relatively few bad ideas from the original Java spec, carried forward
for compatibility reasons.  Proper implementations should be using
things like listeners to explicitly handle events such as shutdown.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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