Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 42686 invoked from network); 11 Aug 2008 18:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 18:51:19 -0000 Received: (qmail 12558 invoked by uid 500); 11 Aug 2008 18:51:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 12543 invoked by uid 500); 11 Aug 2008 18:51:17 -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 12532 invoked by uid 99); 11 Aug 2008 18:51:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 11:51:17 -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 aklimets@day.com designates 207.126.148.182 as permitted sender) Received: from [207.126.148.182] (HELO eu3sys201aog002.obsmtp.com) (207.126.148.182) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 11 Aug 2008 18:50:20 +0000 Received: from source ([209.85.198.245]) by eu3sys201aob002.postini.com ([207.126.154.11]) with SMTP; Mon, 11 Aug 2008 18:48:24 UTC Received: by rv-out-0708.google.com with SMTP id b17so2207477rvf.38 for ; Mon, 11 Aug 2008 11:48:22 -0700 (PDT) Received: by 10.140.143.9 with SMTP id q9mr3683250rvd.213.1218476643361; Mon, 11 Aug 2008 10:44:03 -0700 (PDT) Received: by 10.140.226.20 with HTTP; Mon, 11 Aug 2008 10:44:03 -0700 (PDT) Message-ID: Date: Mon, 11 Aug 2008 19:44:03 +0200 From: "Alexander Klimetschek" To: users@jackrabbit.apache.org Subject: Re: server modes/backups In-Reply-To: <82670ba40808080811y35b8efd0jbb1451d3924f64b9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82670ba40808060733i196b809dj38925a5ddd6e688e@mail.gmail.com> <82670ba40808070730s19e88b81lae22b8d2127d87a9@mail.gmail.com> <91f3b2650808071011o7facf286wd736e275588cae1d@mail.gmail.com> <82670ba40808071017v62ce0ae4s638659a7cceffc9e@mail.gmail.com> <91f3b2650808071024g61cf049ejb393388a8c224efe@mail.gmail.com> <82670ba40808071118n3f07b832m9231c04378f49770@mail.gmail.com> <91f3b2650808071130j1ae60fceke91ab0829a02ec96@mail.gmail.com> <82670ba40808071134k33a6a8a4w38c3d87b8e375703@mail.gmail.com> <91f3b2650808071207s20460b05tda2a28342a6af0e9@mail.gmail.com> <82670ba40808080811y35b8efd0jbb1451d3924f64b9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 8, 2008 at 5:11 PM, Michael Harris wrote: > some questions: -- it seems that the workspace and versioning configuration > elements have filesystem and persistencemanager subelements. Yes, and the SearchIndex (if you want to query the workspace in question using Xpath or SQL). > I want the persistencemanager to point to oracle right? I don't understand > where the filesystem configuration element fits in. what is it doing? If > the PM points to oracle why is there even a filesystem element? thanx The FileSystem element is someting like one level "above" the PM and provides file-system style access for the index and the pm. The PM itself could use this file system (but a oracle db pm obviously not). The typical user for the workspace-level FileSystem is the lucene search index (not 100% sure, I always used the standard LocalFileSystem so far). Regards, Alex -- Alexander Klimetschek alexander.klimetschek@day.com