Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 36115 invoked from network); 17 Mar 2006 14:21:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Mar 2006 14:21:30 -0000 Received: (qmail 42133 invoked by uid 500); 17 Mar 2006 14:21:28 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 42098 invoked by uid 500); 17 Mar 2006 14:21:28 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 42089 invoked by uid 99); 17 Mar 2006 14:21:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 06:21:28 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [205.246.2.139] (HELO NORTHEXCH01.kollnet.com) (205.246.2.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 06:21:26 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Using Forrest With Xindice Wiki Article Date: Fri, 17 Mar 2006 09:21:04 -0500 Message-ID: <972AE0AAB416644FB6B70E86F502D24456D2FA@northexch01.kollnet.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using Forrest With Xindice Wiki Article thread-index: AcZJUZyC2ERAl137RFe5NpwCqFYpRAAeRkkg From: "Woods, Christopher" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Folks, Thanks to David Crossley for the reply. I'm making some progress using his suggestions. The first part of this post describes the steps I've taken so far. I post them here for comments and corrections as I plan to document what I learn here and add it to the Forrest wiki. =20 Thus far, I have this: Include XMLDB block in the properties file NOTE: This article describes how to generate a Forrest site using documents stored in Apache Xindice. It is assumed that you are using Forrest 0.7 on Windows.=20 1. Open the 'blocks.properties' file in the $FORREST_HOME/etc/cocoon_upgrade directory. 2. Save the file as 'local.blocks.properties'. 3. Make the following edits to the file: Change '#include.block.xsp=3Dfalse' to 'include.block.xsp=3Dtrue' Change '#include.block.database=3Dfalse' to = 'include.block.database=3Dtrue' Change '#include.block.xmldb=3Dfalse' to 'include.block.xmldb=3Dtrue' 4. Save and close the file. QUESTIONS: 1. The next step is to edit the configuration file at $FORREST_HOME/main/webapp/WEB-INF/xconf/forrest-core.xconf but what changes need to be made? 2. Plain old Cocoon 2.1.8 has an embedded version but I don't think this is true of Forrest's Cocoon trunk. How do I point cocoon trunk to my install of Xindice? Thanks very much to everyone responding to this thread. Chris =20