Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 94570 invoked from network); 10 Aug 2009 21:21:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 21:21:08 -0000 Received: (qmail 18706 invoked by uid 500); 10 Aug 2009 21:21:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18627 invoked by uid 500); 10 Aug 2009 21:21:11 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 18615 invoked by uid 99); 10 Aug 2009 21:21:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 21:21:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 21:21:01 +0000 Received: (qmail 13593 invoked from network); 10 Aug 2009 16:20:40 -0500 Received: from unknown (HELO ?10.0.0.20?) (69.15.136.122) by halosg.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Aug 2009 16:20:40 -0500 Message-ID: <4A808F09.2070709@hanik.com> Date: Mon, 10 Aug 2009 15:20:09 -0600 From: Filip Hanik - Dev Lists User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: questions on tomcat cluster References: <7a9b6d1a0908100451t67304e21mb36b6649f5be8204@mail.gmail.com> <4A80245B.8090600@hanik.com> <7a9b6d1a0908100725s503e2b4by9b0c93a9280ac582@mail.gmail.com> <7a9b6d1a0908100735p79a1fe90mf47f4c5815dc2674@mail.gmail.com> <4A8032D0.8000501@hanik.com> <7a9b6d1a0908100801q2197ce0eg9821e94219557c75@mail.gmail.com> <4A803F11.9010305@hanik.com> <0AAE5AB84B013E45A7B61CB66943C17229B633B824@USEA-EXCH7.na.uis.unisys.com> In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17229B633B824@USEA-EXCH7.na.uis.unisys.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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