On 08/10/2009 10:20 AM, Caldarale, Charles R wrote:
>> From: Filip Hanik - Dev Lists [mailto:devlists@hanik.com]
>> Subject: Re: questions on tomcat cluster
>>
>> actually, your classpath is probably good. Its in the way the system
>> loads its classes.
>>
>
> Not true - jre/lib is loaded by the bootstrap classloader, whereas CLASSPATH specifies
the system classloader. Mixing those up can cause grief.
>
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 :)
or loadClass(bytes from java.lang.Integer)
Filip
> - 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|