Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 90729 invoked from network); 1 May 2004 16:36:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 May 2004 16:36:48 -0000 Received: (qmail 44490 invoked by uid 500); 1 May 2004 16:36:37 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 44472 invoked by uid 500); 1 May 2004 16:36:36 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 44457 invoked from network); 1 May 2004 16:36:36 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 1 May 2004 16:36:36 -0000 Received: (qmail 29126 invoked by uid 50); 1 May 2004 16:37:31 -0000 Date: 1 May 2004 16:37:31 -0000 Message-ID: <20040501163731.29125.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 26456] - First Xindice DB is created in current directory (instead of WEB-INF?) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=26456 First Xindice DB is created in current directory (instead of WEB-INF?) ------- Additional Comments From uv@upaya.co.uk 2004-05-01 16:37 ------- Look in src/blocks/xmldb/conf/xmldb.conf This gets patched into cocoon.xconf You'll notice in the bit for the Xindice driver, the node is commented out. This is used by Xindice (recent versions) to decide where to put the db. We should uncomment it. Does this work as a relative path? If so, why not make it "WEB-INF/db"? Upayavira