From users-return-7865-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Jun 16 07:44:16 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 16240 invoked from network); 16 Jun 2008 07:44:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 07:44:15 -0000 Received: (qmail 20806 invoked by uid 500); 16 Jun 2008 07:44:13 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 20791 invoked by uid 500); 16 Jun 2008 07:44:13 -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 20776 invoked by uid 99); 16 Jun 2008 07:44:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 00:44:13 -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 marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 16 Jun 2008 07:43:23 +0000 Received: (qmail invoked by alias); 16 Jun 2008 07:43:40 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.89]) [62.192.10.254] by mail.gmx.net (mp024) with SMTP; 16 Jun 2008 09:43:40 +0200 X-Authenticated: #894343 X-Provags-ID: V01U2FsdGVkX1+62zV4e566j1iG7lGctW++xQjmLZcMz38ZuD0UAR 2IDuycfmDbnC4i Message-ID: <485619AA.3090908@gmx.net> Date: Mon, 16 Jun 2008 09:43:38 +0200 From: Marcel Reutegger User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: Jackrabbit + Tomcat - can't create repository. References: <17763713.post@talk.nabble.com> <484FD0EE.9050502@gmx.net> <17786173.post@talk.nabble.com> In-Reply-To: <17786173.post@talk.nabble.com> 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 Hi, phoebe wrote: > Hi Marcel, > There was no bin/jackrabbit on my system. (The tomcat dirs were > CATALINA_HOME,CATALINA_BASE). In the end, I hacked up Installer.java some > more > and have it print out cwd, which turns out to be '/'. Maybe a property is > missing? did you start tomcat as a service? > Finally, I created everything by hand with full path and it works, but it is > not easy at all to use. There were 2 mentions of bootstrap.properties in > web.xml, but still repository_home is not used in installer.java, so I had > to insert the full name again in the form. > > Now, I got to populate it. I chose pdf (big mistake!) format and it is > extremely slow, more than 1 min per file just for loading. > Is there a clean way of stopping the process once it has started? do you mean the populate.jsp? from a client perspective there's nothing you can do. The only action that will stop the process is shutting down tomcat. regards marcel