Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32433E5B4 for ; Tue, 5 Feb 2013 14:01:42 +0000 (UTC) Received: (qmail 73576 invoked by uid 500); 5 Feb 2013 14:01:41 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 73435 invoked by uid 500); 5 Feb 2013 14:01:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 73415 invoked by uid 99); 5 Feb 2013 14:01:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 14:01:40 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.27.42.1] (HELO smtp1-g21.free.fr) (212.27.42.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 14:01:33 +0000 Received: from [IPv6:2a01:e35:2e61:c370:9043:df16:4776:898e] (unknown [IPv6:2a01:e35:2e61:c370:9043:df16:4776:898e]) by smtp1-g21.free.fr (Postfix) with ESMTP id 837FE940183 for ; Tue, 5 Feb 2013 15:01:06 +0100 (CET) Message-ID: <1360072865.5363.1.camel@mail.remm.hd.free.fr> Subject: Re: [Proposal] Resurrecting storeconfig From: Remy Maucherat To: dev@tomcat.apache.org Date: Tue, 05 Feb 2013 15:01:05 +0100 In-Reply-To: References: <1355492176.3412.10.camel@mail.remm.hd.free.fr> <50CB615E.7000700@apache.org> <1359751634.12053.1.camel@mail.remm.hd.free.fr> <510F9121.4070901@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.3 (3.6.3-2.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2013-02-05 at 19:27 +0900, Keiichi Fujino wrote: > Hi. > > I do not understand about StoreConfig well, but I have a question. > > As long as I read the code (r1442161), I think that storeconfig() seem > to trigger a redeployment of Web applications. > For example, new context.xml will be created when > testApp/META-INF/context.xml is stored. > And redeployment of this new context.xml will be done by HostConfig. > Is this a design ? > I think better that storeconfig () does not trigger a redeployment of > the Web application. Yes, storeconfig will saved these (settings could have been changed). Then the deployer sees the updated descriptor, and it redeploys the webapp. Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org