Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 56806 invoked from network); 5 Dec 2006 20:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 20:47:44 -0000 Received: (qmail 90831 invoked by uid 500); 5 Dec 2006 20:47:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90336 invoked by uid 500); 5 Dec 2006 20:47:38 -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 90325 invoked by uid 99); 5 Dec 2006 20:47:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.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, 05 Dec 2006 12:47:32 -0800 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss2 with InterScan Message Security Suite; Tue, 05 Dec 2006 14:46:40 -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.1830); Tue, 5 Dec 2006 14:46:39 -0600 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 5 Dec 2006 14:46:39 -0600 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: Webapp with Adminstrative Console Date: Tue, 5 Dec 2006 14:46:38 -0600 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Webapp with Adminstrative Console Thread-Index: AccYrJflmUMc6KMjQIuFTinRazWRpAAAIw6A From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 05 Dec 2006 20:46:39.0483 (UTC) FILETIME=[768014B0:01C718AE] X-Virus-Checked: Checked by ClamAV on apache.org > From: chuanjiang lo [mailto:lochuanjiang@gmail.com]=20 > Subject: Re: Webapp with Adminstrative Console >=20 > Is there any articles i can look at to implement the servlet watch for > changes to the .ini file? You can set a tag inside the element for your webapp; changing the target of that should trigger a reload of the app. Look here for doc: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Nested%20Com ponents > I don't think i am able to redeploy the app, since the=20 > adminstrator console changing the .ini file of the > application that is currently running on tomcat.. Should be able to do it by sending a delayed refresh of the console page back to the client, and also forwarding a request to the html-manager app to do the redeploy. A bit of a kludge, but it can probably be made to work. Shouldn't be needed with . But better just to process the updated .ini file without redeploying the app, if possible. - 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 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