Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 41270 invoked from network); 5 Dec 2006 20:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 20:13:07 -0000 Received: (qmail 10824 invoked by uid 500); 5 Dec 2006 20:12:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10799 invoked by uid 500); 5 Dec 2006 20:12:59 -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 10788 invoked by uid 99); 5 Dec 2006 20:12:59 -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.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 12:12:55 -0800 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss1 with InterScan Message Security Suite; Tue, 05 Dec 2006 14:12:03 -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.1830); Tue, 5 Dec 2006 14:12:02 -0600 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 5 Dec 2006 14:12:02 -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:12:01 -0600 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Webapp with Adminstrative Console Thread-Index: AccYqFWSUvfuIB/EStGlxTMJSXuahwAAOfqA From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 05 Dec 2006 20:12:02.0592 (UTC) FILETIME=[A093AA00:01C718A9] X-Virus-Checked: Checked by ClamAV on apache.org > From: chuanjiang lo [mailto:lochuanjiang@gmail.com]=20 > Subject: Webapp with Adminstrative Console >=20 > I realize that if the config file is changed, i would > need to restart Tomcat as such my servlet would read > in the changed settings. Rather than restarting Tomcat, why don't you have the servlet watch for changes to the .ini file and reload it as needed? Seems a bit of overkill to take the whole server down for just that. You could also just redeploy the app when needed, which can be accomplished programmatically or via the Tomcat manager or html-manager webapps. - 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