Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 33298 invoked from network); 25 Nov 2008 16:37:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 16:37:39 -0000 Received: (qmail 84106 invoked by uid 500); 25 Nov 2008 16:37:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 84083 invoked by uid 500); 25 Nov 2008 16:37:37 -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 84072 invoked by uid 99); 25 Nov 2008 16:37:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 08:37:37 -0800 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 (athena.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 16:36:09 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss3 with InterScan Message Security Suite; Tue, 25 Nov 2008 10:36:54 -0600 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, 25 Nov 2008 10:36:53 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 25 Nov 2008 10:36:53 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Tue, 25 Nov 2008 10:36:53 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 25 Nov 2008 10:36:50 -0600 Subject: RE: Insert delay between war deployment Thread-Topic: Insert delay between war deployment Thread-Index: AclO1UX3DhC4LBT3RFOxRwpSd2F83gARehGg Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215A3D01BF3@USEA-EXCH7.na.uis.unisys.com> References: In-Reply-To: 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: 25 Nov 2008 16:36:53.0803 (UTC) FILETIME=[062C87B0:01C94F1C] X-Virus-Checked: Checked by ClamAV on apache.org > From: Bocalinda [mailto:bocalinda@gmail.com] > Subject: Insert delay between war deployment > > I'm wondering if it is possible to change the deployment > order which Tomcat follows. No. If your webapps have ordering dependencies, it's up to you to provide = the necessary synchronization within the webapps. The servlet spec indicat= es that webapps are independent, and Tomcat treats them that way. > I more or less found a way to deploy applications at the > beginning or at the end by appending a .first or .last > suffix to the name. A red herring, and not to be relied on. It likely has more to do with the = underlying file system hash code value generated for each webapp name in it= s directory. The order is indeterminate, and whatever you kludge find that= works today may well operate differently on the next update. Right now, webapps are initialized serially, but there's nothing to prevent= them from being done in parallel in the future. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org