Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 674E06C42 for ; Wed, 1 Jun 2011 20:12:01 +0000 (UTC) Received: (qmail 67325 invoked by uid 500); 1 Jun 2011 20:11:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 67148 invoked by uid 500); 1 Jun 2011 20:11:57 -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 67139 invoked by uid 99); 1 Jun 2011 20:11:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 20:11:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.82.250.179] (HELO mail210.messagelabs.com) (216.82.250.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 20:11:47 +0000 X-VirusChecked: Checked X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-10.tower-210.messagelabs.com!1306959082!12273834!3 X-StarScan-Version: 6.2.17; banners=-,-,- X-Originating-IP: [192.61.61.104] Received: (qmail 7581 invoked from network); 1 Jun 2011 20:11:25 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-10.tower-210.messagelabs.com with RC4-SHA encrypted SMTP; 1 Jun 2011 20:11:25 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.83.0; Wed, 1 Jun 2011 15:10:40 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.42]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Wed, 1 Jun 2011 15:10:40 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Wed, 1 Jun 2011 15:10:39 -0500 Subject: RE: Tomcat 7 Shared Class Loader Removed? Thread-Topic: Tomcat 7 Shared Class Loader Removed? Thread-Index: AcwglnXvwM0YS3bFTeOwlDXvgSremwAAKWLA Message-ID: <99C8B2929B39C24493377AC7A121E21FAE71FF2745@USEA-EXCH8.na.uis.unisys.com> References: <4DE68E23.6050801@gmail.com> <99C8B2929B39C24493377AC7A121E21FAE71FF25D4@USEA-EXCH8.na.uis.unisys.com> <4DE69A0F.6020500@gmail.com> In-Reply-To: <4DE69A0F.6020500@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-Virus-Checked: Checked by ClamAV on apache.org > From: Ole Ersoy [mailto:ole.ersoy@gmail.com]=20 > Subject: Re: Tomcat 7 Shared Class Loader Removed? > I was thinking about putting the jars in the shared repository, > rather than deploying them with the war. Could you please help > me understand why this is bad? 1) You would have data sharing - probably inadvertent - across all the weba= pps. Information can leak from one to another, which has serious integrity= and security implications. 2) You would introduce versioning dependencies across all your webapp deplo= yments, so if one copy of the webapp needed to be updated for a given clien= t set, all would have to be updated simultaneously. 3) Redeployment or restart of a single webapp would be impossible. Other than saving a certain amount of disk and memory space (both of which = are exceedingly cheap these days), what do you think you would gain? - 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