Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 48786 invoked from network); 25 Nov 2008 17:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 17:07:22 -0000 Received: (qmail 39596 invoked by uid 500); 25 Nov 2008 17:07:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 39572 invoked by uid 500); 25 Nov 2008 17:07:20 -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 39561 invoked by uid 99); 25 Nov 2008 17:07:20 -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 09:07:20 -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.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 17:05:52 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss2 with InterScan Message Security Suite; Tue, 25 Nov 2008 11:06:16 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 25 Nov 2008 11:06:15 -0600 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 25 Nov 2008 11:06:15 -0600 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, 25 Nov 2008 11:06:15 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 25 Nov 2008 11:06:07 -0600 Subject: RE: load-on-startup Thread-Topic: load-on-startup Thread-Index: AclO7dcdCZF7QZZSSaePKrhBy6LgVQAL+AZg Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215A3D01D58@USEA-EXCH7.na.uis.unisys.com> References: <492BDB28.6090405@ice-sa.com> In-Reply-To: <492BDB28.6090405@ice-sa.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="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 25 Nov 2008 17:06:15.0796 (UTC) FILETIME=[20675340:01C94F20] X-Virus-Checked: Checked by ClamAV on apache.org > From: Andr=E9 Warnier [mailto:aw@ice-sa.com] > Subject: load-on-startup > > 1) In the case of Tomcat 5.5 and higher, is there a way to *prevent* a > deployed application to be loaded and/or started at Tomcat startup ? Turn off the deployOnStartup attributes of the element. Also consid= er turning off autoDeploy. http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Automatic%20Applic= ation%20Deployment > 2) what is the interpretation of a missing tag ? Initialization when Tomcat feels like it, which should be at the first refe= rence. > Using the Tomcat Manager app, I can "stop" and "start" an application. Stopped is deployed but inactive; requests return a 503 status (as opposed = to a 404 when the webapp isn't deployed). Webapps in a stopped state may b= e started or removed. The normal cycle is: deploy --> start <--> stop --> undeploy The initial transition from deploy --> start happens automatically when a w= ebapp is deployed. > What really happens there, internally ? Juha L answered that succintly. Gotta use all that space in the heap for s= omething... - 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