> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat 5.5.16 does strange things with my log4j?
> 
> The only thing I can think of is change of the classloader,
> so old instances become invalid, is there a chance log4j is
> loaded via another classloader

Even if a second class load occurred, the static initializer would be
run again.  The only time it doesn't is if the class is redefined via
the JRE 5 JVMTI mechanism.

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to