From commits-return-6787-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Dec 30 09:17:28 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 96404 invoked from network); 30 Dec 2008 09:17:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 09:17:27 -0000 Received: (qmail 35113 invoked by uid 500); 30 Dec 2008 09:17:27 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 35079 invoked by uid 500); 30 Dec 2008 09:17:27 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 35070 invoked by uid 99); 30 Dec 2008 09:17:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 01:17:27 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 09:17:25 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BB510118E3 for ; Tue, 30 Dec 2008 09:17:04 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Tue, 30 Dec 2008 09:17:04 -0000 Message-ID: <20081230091704.24740.50346@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "JackRabbitOnTomcat6" by SteveDalton X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by SteveDalton: http://wiki.apache.org/jackrabbit/JackRabbitOnTomcat6 ------------------------------------------------------------------------------ Ok, this is the fiddly part. Edit /var/lib/tomcat6/temp/jackrabbit and find all the occurances of something like this: + === PersistenceManager === + + This stores all the repository in mysql - all the file config is still on the file system + {{{ @@ -65, +69 @@ + }}} + + === DbFileSystem === + + This part is optional, but if you do this ''everything'' is stored in the mysql database. Find sections like this: + + {{{ + + + + }}} + + and replace with this: + + {{{ + + + + + + + + }}} Make sure you change the part someuniqueprefix to something unique for the type of repository configuration item you are modifying (ie. workspace, versioning etc)