Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 76097 invoked from network); 5 Apr 2006 08:29:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 08:29:52 -0000 Received: (qmail 34082 invoked by uid 500); 5 Apr 2006 08:29:49 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 34027 invoked by uid 500); 5 Apr 2006 08:29:49 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 34017 invoked by uid 99); 5 Apr 2006 08:29:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 01:29:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stefan.guggisberg@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wproxy.gmail.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 01:29:48 -0700 Received: by wproxy.gmail.com with SMTP id 69so111255wri for ; Wed, 05 Apr 2006 01:29:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bDSVsodw0hp+ad0Mo79ljnWvmnrYWZ/Hp8Ms3ZSIfemo7pWvFNIts6XpBbd7vkWtlsLqhCtLMqJsXgy7L1g77fozv4EvBAXcagq65dZxUtI4Rx5lgATKcARy7+PJdTCQtGD3L6I4zYNTKJWv8/a/RiY9nOC2wAiw1IYJ5WsBnsE= Received: by 10.65.219.6 with SMTP id w6mr207484qbq; Wed, 05 Apr 2006 01:29:27 -0700 (PDT) Received: by 10.64.47.5 with HTTP; Wed, 5 Apr 2006 01:29:27 -0700 (PDT) Message-ID: <90a8d1c00604050129o158b3fa5v6dbee77718bc9641@mail.gmail.com> Date: Wed, 5 Apr 2006 10:29:27 +0200 From: "Stefan Guggisberg" To: users@jackrabbit.apache.org Subject: Re: Multiple Instances on One Repository? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi eric, On 4/5/06, Eric Peukert wrote: > Hello, > > I would like to have multiple INstances accessing one Repository. > This seems to be forbidden by al .lock file in the Repository. > Is there a way to do something like that? > > Webdav + Webaccess + CocoonJcr. All three instances should access the > same Repository. they can just lookup the repositry instance in the JNDI registry, assumed it has been registered. cheers stefan > > Thanks, > > Eric Peukert >