Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 64990 invoked from network); 17 Oct 2003 15:26:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Oct 2003 15:26:00 -0000 Received: (qmail 87799 invoked by uid 500); 17 Oct 2003 15:25:48 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 87751 invoked by uid 500); 17 Oct 2003 15:25:47 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 87737 invoked from network); 17 Oct 2003 15:25:47 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 17 Oct 2003 15:25:47 -0000 Received: (qmail 64947 invoked from network); 17 Oct 2003 15:25:52 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 17 Oct 2003 15:25:52 -0000 Message-ID: <3F9009FD.7060507@apache.org> Date: Fri, 17 Oct 2003 17:25:49 +0200 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [5.0] Property replacement References: <20031017141533.24643.qmail@nagoya.betaversion.org> <3F900538.7030108@apache.org> <3F90070A.2020501@apache.org> In-Reply-To: <3F90070A.2020501@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Henri Gomez wrote: > +1 > > The save could be implemented by saving all the discovered properties > to an another xml file which will be load at next start time ? That won't work: the save-to-XML blindly introspects the objects and saves the results. Actually, I think we have found a neat feature addition for Tomcat.next: abstract the configuration storage and make it R/W. JNDI DirContext could be the API, but it's not a perfect fit (we'd need a naming scheme). Remy --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org