From users-return-8592-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Aug 07 08:47:31 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 92348 invoked from network); 7 Aug 2008 08:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 08:47:31 -0000 Received: (qmail 79830 invoked by uid 500); 7 Aug 2008 08:47:28 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 79817 invoked by uid 500); 7 Aug 2008 08:47:28 -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 79806 invoked by uid 99); 7 Aug 2008 08:47:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 01:47:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 08:46:33 +0000 Received: by wr-out-0506.google.com with SMTP id 68so277441wri.15 for ; Thu, 07 Aug 2008 01:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=MLdlPW4h6SzgS0DN7fhvM3Q7n08DVCxWy246xVi0lrw=; b=fDannWsbQmYIT8eH4dnTX2gx3myNajClXMclMwl4TToITE/VprRLuXbQ9Da5NApEEI sY/sY25/CTyWeCbm6n5Beqe2/CvVqym7Kgm46fpAU1bcz24/483t+njMltU3VojnT17q FGYBeYBKKFmPYEYc7ef3/GZL22bv9KDWso0f0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=VZ+UfV2YxzhwiuBDFdo4tz/jqbmp9V7ZZbHox1r57aUBXS3OV8V3XIvM3uX+NjgsJe CEjQjcXphbCI3WepRabYa2XwmZ3izqRHdseSNzPicNCyTQkZrTyYnfxCfvdsREMdNDdr GHUEky3jN1ejVR7ZWpGtiWq/3xtMY4OzXOqsI= Received: by 10.90.66.5 with SMTP id o5mr4620837aga.94.1218098820723; Thu, 07 Aug 2008 01:47:00 -0700 (PDT) Received: by 10.90.90.6 with HTTP; Thu, 7 Aug 2008 01:47:00 -0700 (PDT) Message-ID: <510143ac0808070147w553b9175u96dd5da764c5bf61@mail.gmail.com> Date: Thu, 7 Aug 2008 10:47:00 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: JR standalone server question In-Reply-To: <82670ba40808061029n2dc0debdp62494a2a3b496975@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82670ba40808061029n2dc0debdp62494a2a3b496975@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Wed, Aug 6, 2008 at 7:29 PM, Michael Harris wrote: > If we choose deployment module 3, which is stand alone server mode, how does > code in a webserver access the JR server? Does it have to be RMI or webdav? Yes, you need a network protocol to access a standalone server. If you want to use the JCR API in your client application, then I would suggest that you use the RMI layer to access the remote repository. Note that if you want to support multiple web servers accessing the same repository, you may also want to take a look at the clustering feature that allows the same repository to run locally on each server. BR, Jukka Zitting