Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 11124 invoked from network); 14 Dec 2005 20:09:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 20:09:55 -0000 Received: (qmail 8748 invoked by uid 500); 14 Dec 2005 20:09:46 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 8736 invoked by uid 99); 14 Dec 2005 20:09:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 12:09:46 -0800 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 marcel.reutegger@gmx.net designates 213.165.64.21 as permitted sender) Received: from [213.165.64.21] (HELO mail.gmx.net) (213.165.64.21) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Dec 2005 12:09:46 -0800 Received: (qmail invoked by alias); 14 Dec 2005 20:09:24 -0000 Received: from adsl-62-167-26-141.adslplus.ch (EHLO [192.168.0.100]) [62.167.26.141] by mail.gmx.net (mp031) with SMTP; 14 Dec 2005 21:09:24 +0100 X-Authenticated: #894343 Message-ID: <43A05F72.7010008@gmx.net> Date: Wed, 14 Dec 2005 19:07:46 +0100 From: Marcel Reutegger User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: JCR, RMI & WebDAV - draft HOWTO - revison 0.2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N John Mazzitelli wrote: > You'll notice that a "jackrabbit" directory will be created under the > JBoss's bin directory. I'd like to get this to go in the data directory > - anyone know off hand how I can get the default parent directory of the > repo file system to be server/default/data as opposed to bin/ ? afaik, this can be configure in the repository startup servlet in web.xml: repository-home jackrabbit/repository the repository home I'd say changing it to an absolute path will do the trick. regards marcel