Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 83625 invoked from network); 12 Nov 2004 22:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Nov 2004 22:27:38 -0000 Received: (qmail 86699 invoked by uid 500); 12 Nov 2004 22:27:38 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 86685 invoked by uid 99); 12 Nov 2004 22:27:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of oliver.zeigermann@gmail.com designates 64.233.184.202 as permitted sender) Received: from [64.233.184.202] (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 12 Nov 2004 14:27:35 -0800 Received: by wproxy.gmail.com with SMTP id 36so110176wra for ; Fri, 12 Nov 2004 14:27:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=lSfa8Bkf85AupfXR88ZeKpJComf1i3zYPTKQYNz8EHx0FaaEFerxmrVWC+F3MVtxTYfNFVeGtmIQ202Xkg294yHJT+p+/XOkZyB3QIqHlGdbiwVR8bC5yekKTLGfs4sFQuJ7beILOfgE989PrFhyAlbvTt971QHLHzUteggfGKg= Received: by 10.54.54.78 with SMTP id c78mr517800wra; Fri, 12 Nov 2004 14:27:31 -0800 (PST) Received: by 10.54.11.54 with HTTP; Fri, 12 Nov 2004 14:27:31 -0800 (PST) Message-ID: <9da4f452041112142777e3dead@mail.gmail.com> Date: Fri, 12 Nov 2004 23:27:31 +0100 From: Oliver Zeigermann Reply-To: ozeigermann@apache.org To: jackrabbit-dev@incubator.apache.org Subject: Config file in http://incubator.apache.org/jackrabbit/firststeps.html wrong? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Folks, the config file in http://incubator.apache.org/jackrabbit/firststeps.html seems to be wrong as lines 131-135 either expect no SearchIndex element at all or a complete one including a file system. Uncommenting it out, seems to work, though: Or am I doing anything wrong? Oliver