From users-return-14179-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Feb 02 12:38:59 2010 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 15667 invoked from network); 2 Feb 2010 12:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 12:38:59 -0000 Received: (qmail 86551 invoked by uid 500); 2 Feb 2010 12:38:58 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 86522 invoked by uid 500); 2 Feb 2010 12:38:58 -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 86511 invoked by uid 99); 2 Feb 2010 12:38:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 12:38:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Xuetao.Niu@fiserv.com designates 12.145.177.237 as permitted sender) Received: from [12.145.177.237] (HELO Mail1.Fiserv.com) (12.145.177.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 12:38:50 +0000 X-IronPort-AV: E=Sophos;i="4.49,390,1262584800"; d="scan'208";a="71573459" Received: from unknown (HELO Mail4.Fiserv.com) ([10.3.242.5]) by MKEIronGWOut2.mailgate.fiserv.net with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2010 06:38:29 -0600 Received: from PHLXCHFE1.Mail.Fiserv.net ([10.3.226.11]) by Mail4.Fiserv.com (Sentrion-MTA-4.0.2/Sentrion-MTA-4.0.2) with ESMTP id o12CcT8Q015917 for ; Tue, 2 Feb 2010 12:38:29 GMT Received: from MKEXCHVS3.Mail.Fiserv.net ([10.3.243.39]) by PHLXCHFE1.Mail.Fiserv.net with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Feb 2010 07:38:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 x-cr-hashedpuzzle: Az5B BkOj CV1+ DZDo EAQw EN/V Fbkc F1oZ GKJ1 GYIa Ix4I JQ+t Kc+Q KgKL Kt+e LB2k;1;dQBzAGUAcgBzAEAAagBhAGMAawByAGEAYgBiAGkAdAAuAGEAcABhAGMAaABlAC4AbwByAGcA;Sosha1_v1;7;{3BC71A1E-5125-4342-AE9C-5528CFCBCB8A};eAB1AGUAdABhAG8ALgBuAGkAdQBAAGYAaQBzAGUAcgB2AC4AYwBvAG0A;Tue, 02 Feb 2010 12:38:26 GMT;SgBhAGMAawByAGEAYgBiAGkAdAAyAC4AMAAuADAAOgAgAFcAaAB5ACAAbABvAGMAYQBsACAAZgBpAGwAZQAgAHMAeQBzAHQAZQBtACAAaQBzACAAbgBlAGUAZABlAGQAIAB3AGgAZQBuACAASQAgAGoAdQBzAHQAIAB3AGEAbgB0ACAAdABvACAAdQBzAGUAIABkAGEAdABhAGIAYQBzAGUAPwA= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-cr-puzzleid: {3BC71A1E-5125-4342-AE9C-5528CFCBCB8A} Content-class: urn:content-classes:message Subject: Jackrabbit2.0.0: Why local file system is needed when I just want to use database? Date: Tue, 2 Feb 2010 06:38:26 -0600 Message-ID: <1774B1C6F7D65448AE964FB69BC08AEE082C913E@MKEXCHVS3.Mail.Fiserv.net> In-Reply-To: <89934884426A01458CBE55947B042D720F913E78E8@EXCHMCA.tirol.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Jackrabbit2.0.0: Why local file system is needed when I just want to use database? Thread-Index: AcqjH4NbBovoz6poRmiOs3WNWZmoRQA2i2AgAAGS/jAAAPJ08A== References: <89934884426A01458CBE55947B042D720F913E78E8@EXCHMCA.tirol.local> From: "Niu, Xuetao" To: X-OriginalArrivalTime: 02 Feb 2010 12:38:28.0780 (UTC) FILETIME=[9EFEBEC0:01CAA404] X-Virus-Checked: Checked by ClamAV on apache.org Hello, Would anyone be so kind to tell me why Jackrabbit requires a homeDir on my file system though I am using database filesystem and database bundle persistence?=20 If I deploy my application in multiple application servers, can they physically share the same homeDir on a network drive?=20 If not, should each homeDir be only accessed by one single JVM? Like, putting the dir in $user.home$ of each machine? Is there a way to construct/retrieve jackrabbit repository instance without a configuration file on disk? How about from an input stream? Thanks in advance! Xuetao