Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 48005 invoked from network); 19 Aug 2009 04:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 04:51:18 -0000 Received: (qmail 51812 invoked by uid 500); 19 Aug 2009 04:51:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51715 invoked by uid 500); 19 Aug 2009 04:51:33 -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 51702 invoked by uid 99); 19 Aug 2009 04:51:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 04:51:32 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 04:51:20 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss1 with InterScan Message Security Suite; Tue, 18 Aug 2009 23:50:59 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 18 Aug 2009 23:50:58 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 18 Aug 2009 23:50:58 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Tue, 18 Aug 2009 23:50:58 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 18 Aug 2009 23:50:54 -0500 Subject: RE: (newbie question) missing classs file? Thread-Topic: (newbie question) missing classs file? Thread-Index: AcogOBtlb/O2aMYNTnGDyVrK1MBoSQAUAvTQ Message-ID: <0AAE5AB84B013E45A7B61CB66943C17229B6984059@USEA-EXCH7.na.uis.unisys.com> References: <190e13280908181151x17e9aae2u75efb5576cdb2f4f@mail.gmail.com> <190e13280908181213o374f01c3xa6e304d3185bee27@mail.gmail.com> In-Reply-To: <190e13280908181213o374f01c3xa6e304d3185bee27@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 19 Aug 2009 04:50:58.0595 (UTC) FILETIME=[A4CBEF30:01CA2088] X-Virus-Checked: Checked by ClamAV on apache.org > From: Daniele Development-ML [mailto:daniele.dml@googlemail.com] > Subject: Re: (newbie question) missing classs file? >=20 > I doubt that the JVM maintains in memory all the classes, > all the times Once referenced, a servlet, listener, filter, valve, or realm class will re= main loaded until the webapp is undeployed or Tomcat is restarted. Any cla= sses referenced by those will also remain loaded. The same is true for JSP= -generated classes, with the exception that they can be replaced on the fly= by new versions. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL 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 atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org