Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24887 invoked from network); 4 Mar 2007 04:27:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2007 04:27:13 -0000 Received: (qmail 77503 invoked by uid 500); 4 Mar 2007 04:27:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 77447 invoked by uid 500); 4 Mar 2007 04:27:20 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 77431 invoked by uid 99); 4 Mar 2007 04:27:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2007 20:27:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2007 20:27:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B20297142B6 for ; Sat, 3 Mar 2007 20:26:50 -0800 (PST) Message-ID: <16680426.1172982410705.JavaMail.jira@brutus> Date: Sat, 3 Mar 2007 20:26:50 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-2735) Add property substitution capability in the config.xml and plan files In-Reply-To: <851146.1168953207673.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-2735: -------------------------------------- Assignee: David Jencks > Add property substitution capability in the config.xml and plan files > --------------------------------------------------------------------- > > Key: GERONIMO-2735 > URL: https://issues.apache.org/jira/browse/GERONIMO-2735 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Affects Versions: 1.1.1, 1.1.x, 2.0-M1 > Environment: All > Reporter: Ted Kirby > Assigned To: David Jencks > Priority: Minor > Attachments: JIRA2735.1.1.1.patch, JIRA2735.2.0.patch > > > Allow property substitution as it works in maven, Spring, and JBoss. > Allow a geronimo.properties type file. In that file, allow something like this: > tomcat.port=9090 > tomcat.listen.ip=10.0.0.7 > In the config.xml, then allow the following: > ... > > > ${tomcat.port} > ${tomcat.listen.ip} > > > The server reads the property file on boot (if one exists). When the config.xml is processed, it substitutes the declared property. > Properties might also come from a GBean. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.