Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 53826 invoked from network); 15 Oct 2003 14:56:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Oct 2003 14:56:38 -0000 Received: (qmail 48787 invoked by uid 500); 15 Oct 2003 14:56:28 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 48470 invoked by uid 500); 15 Oct 2003 14:56:26 -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 48457 invoked from network); 15 Oct 2003 14:56:25 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 15 Oct 2003 14:56:25 -0000 Received: (qmail 53757 invoked from network); 15 Oct 2003 14:56:30 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 15 Oct 2003 14:56:30 -0000 Message-ID: <3F8D601A.7040804@apache.org> Date: Wed, 15 Oct 2003 16:56:26 +0200 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [5.0] System properties in server.xml (and elsewhere) References: <3F8D1EE0.3090407@fujitsu-siemens.com> <3F8D4CFC.7070104@apache.org> <3F8D543A.8010201@mail.more.net> <3F8D5878.2050208@apache.org> <3F8D5C0D.6050809@apache.org> In-Reply-To: <3F8D5C0D.6050809@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: > Remy Maucherat a �crit : > >> Hi, >> >> I think it would be possible, using a new rule, to allow system >> properties inside server.xml (and possibly elsewhere) for attribute >> values. This is the same as what is being done by Ant in its build >> scripts. This would add an additional degree of configurability to >> Tomcat. >> Actually, I wonder why this feature is not available in the digester >> itself (I really got used to that feature over the years by using Ant). > > Do you speak about the ${xxx} properties as present in Tomcat 3.3.x ? Possibly. Basically, if you have a "foo.bar" sys property, you can put "${foo.bar}" in server.xml, and it will be replaced with the property value (like in Ant). I didn't know this was present in 3.3. Remy --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org