From users-return-8550-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Aug 05 12:26:50 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 97586 invoked from network); 5 Aug 2008 12:26:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 12:26:50 -0000 Received: (qmail 97999 invoked by uid 500); 5 Aug 2008 12:26:48 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 97979 invoked by uid 500); 5 Aug 2008 12:26:48 -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 97968 invoked by uid 99); 5 Aug 2008 12:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 05:26:48 -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 monkiki@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 12:25:53 +0000 Received: by yw-out-2324.google.com with SMTP id 9so1437054ywe.1 for ; Tue, 05 Aug 2008 05:26:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=gwc7nLa6PfSRUQXdX4IZ6yNDcNRTYWwe3/v7rH1c37g=; b=yBPceFTlYUSR7gYv/z4RCgKq05ry2OYPW4ie9IXgmsV5BhQu9vKwVnoJF5H2xbItiE x/6IX2XCTUSrf9Yhsi6em2XGWk758lslPEvn3RSRwTnM18OI8GyHnwO01wIMe5xOSsY4 rP7QSlSy7/Zg48NZ/B0/Lr3xCjtPJZf85skOo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=G+qBfEX3yxXtoE1ycUqBhzcBNJ1SmDplK6aTF2wR1OOnKzFhO9PiBN9AOPX4THvzng T8gOSAjTaVetVHjc0SYS71JWLBziYdzjVw5Z6LSmS3fwHSU1KQMumlzW3QYPP//Jlwvq zqoIbzI8PvYOQdvcFzxHTnqudbGvveUHESa0k= Received: by 10.142.232.20 with SMTP id e20mr5416864wfh.237.1217939178942; Tue, 05 Aug 2008 05:26:18 -0700 (PDT) Received: by 10.143.10.8 with HTTP; Tue, 5 Aug 2008 05:26:18 -0700 (PDT) Message-ID: <8f70390808050526l2668fef2hf94b05f25b2839f0@mail.gmail.com> Date: Tue, 5 Aug 2008 14:26:18 +0200 From: "Paco Avila" To: users@jackrabbit.apache.org Subject: Location of indexing configuration MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org In http://wiki.apache.org/jackrabbit/IndexingConfiguration, the indexing configuration file is located at ${wsp.home}: But this path (${wsp.home}) is created on repository initialization. So, it does not exists before. How can I put a config file in a path which is not created? Or perhaps I should start the application, create the respository, stop the application, put the configuration file and start again my application? Can I put this file in a folder relative to the repository.xml file (Or in the same directory)?