> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com]
> Subject: Re: questions on tomcat cluster
> 
> the JVM skips any class attempted to be loaded from another class, ie,
> you cant do forName("java.lang.Integer",someloader), at least in theory :)

True, since the JVM-provided classloaders follow a strict delegation upwards 
model.  Nevertheless, specifying invalid locations for a classloader is 
extremely bad practice, since you're fooling yourself about what's going on.

Regardless, as you state, this isn't the OP's problem, other than it 
demonstrates a significant lack of understanding of classloader hierarchies and 
responsibilities.

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

Reply via email to