Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 38823 invoked from network); 2 Dec 2008 13:31:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 13:31:06 -0000 Received: (qmail 20054 invoked by uid 500); 2 Dec 2008 13:31:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20000 invoked by uid 500); 2 Dec 2008 13:31:16 -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 19975 invoked by uid 99); 2 Dec 2008 13:31:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 05:31:16 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.93] (HELO smtp110.prem.mail.ac4.yahoo.com) (76.13.13.93) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 Dec 2008 13:29:48 +0000 Received: (qmail 22176 invoked from network); 2 Dec 2008 13:30:34 -0000 Received: from unknown (HELO Macintosh.local) (dwoods@75.177.164.142 with plain) by smtp110.prem.mail.ac4.yahoo.com with SMTP; 2 Dec 2008 13:30:33 -0000 X-YMail-OSG: p_4X3jcVM1n3cU2Ce6GrqQe62p32disynXtV96_5L8OURSzZ99DWoYDFLMwljASfbG9AE4szvH6TOluieh8Mzdy7S9bVXIkH7dQQptl.CK6PaiBdvbPpKzbImbCUNbAXe9vfBRzAUqdj2YfUrEBn9BaefsVWMABM7Gzq_L9a5K89NHTArmiNRVCyud3B X-Yahoo-Newman-Property: ymail-3 Message-ID: <49353878.6080806@apache.org> Date: Tue, 02 Dec 2008 08:30:32 -0500 From: Donald Woods User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: GERONIMO-4229 References: <5eb405c70812011433x1b3d9a47i5d5e7fd3d676fac2@mail.gmail.com> In-Reply-To: <5eb405c70812011433x1b3d9a47i5d5e7fd3d676fac2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If it is no longer used, then #1 sounds like the right approach. -Donald Jarek Gawor wrote: > Hi, > > I was looking at GERONIMO-4229 today (please see the bug and my > comments for details). There is a remaining issue with the > GERONIMO_BASE property and what it does. The Java system property that > it sets is not used anywhere in the code and therefore that property > is useless. I have a couple of ideas what we can do with it or how to > fix it: > > 1) Totally get rid off GERONIMO_BASE in the shell scripts. It doesn't > do anything right now anyway and it just confuses people. People that > want to use multiple server instances will need to pass > "org.apache.geronimo.server.dir" or "org.apache.geronimo.server.name" > property using the GERONIMO_OPTS env. property (as it is documented > today). > > or > > 2) Keep GERONIMO_BASE but only pass "org.apache.geronimo.server.dir" > property (to the java process) if the user has set the GERONIMO_BASE > env. property explicitly. That is, do not set GERONIMO_BASE property > automatically within the script as it is done now. If it would be > automatically set, the "org.apache.geronimo.server.name" property > (passed via GERONIMO_OPTS) would always be ignored. > > Thoughts? > > Jarek >