From user-return-8032-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Oct 23 13:08:13 2007 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 89998 invoked from network); 23 Oct 2007 13:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 13:08:13 -0000 Received: (qmail 14200 invoked by uid 500); 23 Oct 2007 13:07:59 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 14137 invoked by uid 500); 23 Oct 2007 13:07:59 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 14126 invoked by uid 99); 23 Oct 2007 13:07:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 06:07:59 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ashjain2@gmail.com designates 64.233.170.184 as permitted sender) Received: from [64.233.170.184] (HELO rn-out-0102.google.com) (64.233.170.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 13:08:03 +0000 Received: by rn-out-0102.google.com with SMTP id s42so634796rnb for ; Tue, 23 Oct 2007 06:07:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=0sI3pzDrQv4zEgHN3SV+rnHz1qdPRGuoKR3ML9UozJQ=; b=pFRnPcuyCFO2u75NXOLTDeBgbWPk9IXklnApDYhR2HfD6F7Wazipkedl3OU0UyutSq/TDiT9XOlczLzqoKFQI6dbNVeiV2DfgaG7yRgR2PbQe1ofDcu0+jWStHv3pzHypYFcXpCwPC2Utf/xEaPIWg4Vq3sMY29o1lbdgtSM4pM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PSdkvowPFuQyVGX6RWNymqXqcX/yKcINYoLjv6aZWnY2uhNpG6Pk4Zma7XQ/1R7e8QQJ/d+3mTayfV/VbaoTFWyQ0UU0g2mGAZwxDwFzYD5TMqg76fyoNgmli2T7/ff4YCQarswwkaI1W2INhJW2uWo0kIsdv3uZ2ovifkHH7rE= Received: by 10.142.231.7 with SMTP id d7mr1834316wfh.1193144861197; Tue, 23 Oct 2007 06:07:41 -0700 (PDT) Received: by 10.142.162.20 with HTTP; Tue, 23 Oct 2007 06:07:41 -0700 (PDT) Message-ID: <14af40510710230607k5730b410vf3bd29bd5b098a78@mail.gmail.com> Date: Tue, 23 Oct 2007 18:37:41 +0530 From: "Ashish Jain" To: user@geronimo.apache.org Subject: Re: Multiple installations of Apache Geronimo pointing to one copy of bin/schema/lib In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_477_7419363.1193144861182" References: <14af40510710221105y3c4fbb98x42cb26eac1e2a3c4@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_477_7419363.1193144861182 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Kevan, I am trying to simulate the following 1) Install geronimo at multiple location. Suppose C:/Ag1, C:/Ag2, C:/Ag3 2) Now since lib, bin and schema are read only. What I will do is to keep a copy of bin, lib and schema at a location C:/Centralloc. 3) Remove bin, lib and schema folder from Ag1, Ag2 and Ag3. 4) Now can we use C:/Centralloc/bin to start Ag1, Ag2 and Ag3? Here Ag1, Ag2 and Ag3 will have different PortOffset. Thanks Ashish On 10/23/07, Kevan Miller wrote: > > > On Oct 22, 2007, at 2:05 PM, Ashish Jain wrote: > > Hi, > Is it possible to have multiple installation of AG with all of them > having a common bin, lib and schema. I am referring this link > (http://cwiki.apache.org/GMOxDOC20/multiple-repositories.html ) where it > suggests that bin/lib/schema are read only and can be shared between > instances. Is it possible to share them between different installations? > > > Ashish, > I don't understand what you are looking for... Perhaps if you explained > what you want to achieve, rather than how to do it? > > As you've noted, you can generate multiple server instances (e.g. servers > A, B, C) from a single installation of geronimo. I'm not sure why you'd want > to share these directories in multiple installations of geronimo. It could > be done using symbolic links, I guess, but the benefits are escaping me... > > --kevan > ------=_Part_477_7419363.1193144861182 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Kevan,
           I am trying to simulate the following
1) Install geronimo at multiple location. Suppose C:/Ag1, C:/Ag2, C:/Ag3
2) Now since lib, bin and schema are read only. What I will do is to keep a copy of bin, lib and schema at a location C:/Centralloc.
3) Remove bin, lib and schema folder from Ag1, Ag2 and Ag3.
4) Now can we use C:/Centralloc/bin to start Ag1, Ag2 and Ag3? Here Ag1, Ag2 and Ag3 will have different PortOffset.


Thanks
Ashish



On 10/23/07, Kevan Miller <kevan.miller@gmail.com> wrote:

On Oct 22, 2007, at 2:05 PM, Ashish Jain wrote:

Hi,
   Is it possible to have multiple installation of AG with all of them having a common bin, lib and schema. I am referring this link
(http://cwiki.apache.org/GMOxDOC20/multiple-repositories.html ) where it suggests that bin/lib/schema are read only and can be shared between instances. Is it possible to share them between different installations?

Ashish,
I don't understand what you are looking for... Perhaps if you explained what you want to achieve, rather than how to do it?

As you've noted, you can generate multiple server instances ( e.g. servers A, B, C) from a single installation of geronimo. I'm not sure why you'd want to share these directories in multiple installations of geronimo. It could be done using symbolic links, I guess, but the benefits are escaping me...

--kevan

------=_Part_477_7419363.1193144861182--