Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 74891 invoked from network); 19 Oct 2009 14:36:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Oct 2009 14:36:03 -0000 Received: (qmail 45122 invoked by uid 500); 19 Oct 2009 14:36:02 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 45096 invoked by uid 500); 19 Oct 2009 14:36:02 -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 45085 invoked by uid 99); 19 Oct 2009 14:36:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 14:36:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tmueller@day.com designates 207.126.148.182 as permitted sender) Received: from [207.126.148.182] (HELO eu3sys201aog002.obsmtp.com) (207.126.148.182) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Oct 2009 14:35:53 +0000 Received: from source ([209.85.216.193]) by eu3sys201aob002.postini.com ([207.126.154.11]) with SMTP ID DSNKStx5NMziSzNskQ1PFCPWazDezAmbsnd+@postini.com; Mon, 19 Oct 2009 14:35:33 UTC Received: by pxi31 with SMTP id 31so3266829pxi.19 for ; Mon, 19 Oct 2009 07:35:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.162.21 with SMTP id k21mr1573405rve.222.1255962931561; Mon, 19 Oct 2009 07:35:31 -0700 (PDT) In-Reply-To: <200910191612.41193.herve.agnoux@diaam-informatique.com> References: <200910191612.41193.herve.agnoux@diaam-informatique.com> Date: Mon, 19 Oct 2009 16:35:31 +0200 Message-ID: <91f3b2650910190735k668291d1u8c9d6e1269482e8a@mail.gmail.com> Subject: Re: Test if a repository exist From: =?ISO-8859-1?Q?Thomas_M=FCller?= To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Is it possible to test if a TransientRepository exists at a particular > location ? You want to check if the repository exists and may or may not run? I'm not sure if this is useful, you could check if the repository directory exists. > And is it possible to test if a TransientRepository is disponible ? (there is > no other program which use it). Yes, see http://wiki.apache.org/jackrabbit/ExamplesPage "Is the Repository Running?" Regards, Thomas