From users-return-3173-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon May 07 14:53:51 2007 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 57675 invoked from network); 7 May 2007 14:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 14:53:50 -0000 Received: (qmail 23237 invoked by uid 500); 7 May 2007 14:53:44 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 23168 invoked by uid 500); 7 May 2007 14:53:44 -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 23102 invoked by uid 99); 7 May 2007 14:53:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 07:53:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dominique.pfister@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 07:53:36 -0700 Received: by wr-out-0506.google.com with SMTP id 76so1610783wra for ; Mon, 07 May 2007 07:53:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BWtLSg5ifHNzKIDM8CCSRaDJ8Fqe2DbP2ILLbqiVFhh/0sqUFP0bezVuKA0e5otRoh7nw3uJ/Cy2LOAMA0Ux+Ri2i0oXZGV2SPVmmMVLcBFPcv555ugFPni4Kz0U6IouNbd/mPRArS7rmzKFRzjgSuN5UuHfCLJhyp2yaFsly7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Yeak0j6pQDFt9PAjORdYYbNAcjLowFM3axbjiU2qDcwvRtMcRc2qPwmpKTXVUviwRGtq3hCmf90AiYmkWd3NqWGuJ6iGJM4ajOHlvVj+04l9Y+7tKTJOMN/d+lsxPi2Qnu2+lJ9u9vnspNfSW6BCOJQSvTJkWJg1QKSfPEXIqxg= Received: by 10.114.211.1 with SMTP id j1mr2174766wag.1178549595420; Mon, 07 May 2007 07:53:15 -0700 (PDT) Received: by 10.114.61.17 with HTTP; Mon, 7 May 2007 07:53:15 -0700 (PDT) Message-ID: <66c10f230705070753m5758a83cs33ee7147d46e9c35@mail.gmail.com> Date: Mon, 7 May 2007 16:53:15 +0200 From: "Dominique Pfister" Sender: dominique.pfister@gmail.com To: users@jackrabbit.apache.org Subject: Re: Clustering documentation In-Reply-To: <10356658.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10356658.post@talk.nabble.com> X-Google-Sender-Auth: f37ebc2e9ebd3e62 X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrea, Since there have been lot of questions recently on how to setup clustering and what options are available, I created a wiki page: http://wiki.apache.org/jackrabbit/Clustering If you find that some important information is missing or wrong, please do not hesitate to correct it! On 5/7/07, Andrea K. wrote: > How is JCA resource (rar file) deployed in a cluster environment? JCA resource adapter will expect a repository.xml configuration file. See the wiki page mentioned above to include cluster-specific configuration details. > Indexes will be in a cluster-node shared filesystem folder? No, they won't. Indexes will be held and updated locally, in every cluster node. > Can I use a datasource instead of OracleFileSystem/OraclePersistenceManager > with Oracle DB? No, this isn't possible. In order to ensure consistency, Jackrabbit must be in exclusive control of the persistence manager's JDBC connection. Kind regards Dominique > > I'm using JackRabbit version 1.3 now, without clustering, and it works well. > > Sorry for the huge amount of questions! > > Thanks in advance. > BR, > Andrea - > -- > View this message in context: http://www.nabble.com/Clustering-documentation-tf3703496.html#a10356658 > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >