From commits-return-3483-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Jan 03 18:20:57 2007 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 97260 invoked from network); 3 Jan 2007 18:20:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 18:20:56 -0000 Received: (qmail 3493 invoked by uid 500); 3 Jan 2007 18:21:03 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 3469 invoked by uid 500); 3 Jan 2007 18:21:03 -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 3455 invoked by uid 500); 3 Jan 2007 18:21:03 -0000 Delivered-To: apmail-incubator-jackrabbit-commits@incubator.apache.org Received: (qmail 3446 invoked by uid 99); 3 Jan 2007 18:21:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 10:21:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS 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; Wed, 03 Jan 2007 10:20:55 -0800 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B4B9B5A250 for ; Wed, 3 Jan 2007 18:20:35 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jackrabbit-commits@incubator.apache.org Date: Wed, 03 Jan 2007 18:20:35 -0000 Message-ID: <20070103182035.1425.72171@eos.apache.osuosl.org> Subject: [Jackrabbit Wiki] Update of "QuestionsAndAnswers" by DavidBoden 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 DavidBoden: http://wiki.apache.org/jackrabbit/QuestionsAndAnswers ------------------------------------------------------------------------------ Question: Why isn't Jackrabbit using c:/jackrabbitrepo as the repository store as expected? Answer: The default Jackrabbit Web Application distribution contains a servlet that starts up the repository within the web applpication: RepositoryStartupServlet. If you start Jackrabbit as a Tomcat resource you need to disable the the RepositoryStartupServlet in the web.xml file. In addition you also need to adapt the parameters for the Repository servlet. Namely the repository-name and the JNDI settings. + + Follow-up question: I consider this to be a bug. It should be a very simple use case to take the .war deployment and configure it without reaching inside the .war file and changing files. A great number of users will want to deploy Jackrabbit in this fashion. If people agree, I'll file a bug report... (?) === Why no node SPI? ===