Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 82119 invoked from network); 20 Oct 2000 19:48:52 -0000 Received: from unknown (HELO onclave.com) (208.249.126.103) by locus.apache.org with SMTP; 20 Oct 2000 19:48:52 -0000 Received: from vader [151.204.64.182] by onclave.com with ESMTP (SMTPD32-6.03) id A34F2E01DE; Fri, 20 Oct 2000 15:55:59 -0400 From: "Per Kreipke" To: Subject: RE: cocoon.properties on windows Date: Fri, 20 Oct 2000 15:45:53 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <5.0.0.25.0.20001020142703.0266d1a8@fourthgen.com> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I run my cocoon exactly the same way: tomcat in one tree and my dev webapp somewhere else. So, I'm not sure I'm answering your question exactly (I'm batting around 0% on answering the right questions these days) but I've noticed a couple of things with Tomcat on Windows: - I need multiple cocoon.properties, essentially one per WebApp, sorry. - they should be in the WEB-INF folder instead, otherwise they're readable via the web (e.g. tomcat serves them right up) So, my setup is the following: WEB.XML: org.apache.cocoon.Cocoon org.apache.cocoon.Cocoon properties WEB-INF/cocoon.properties org.apache.cocoon.Cocoon *.xml I don't understand what you meant by longer paths, so I offer those observations instead :-) Per. > -----Original Message----- > From: Robert Schmid [mailto:robert_schmid@fourthgen.com] > Sent: Friday, October 20, 2000 3:32 PM > To: cocoon-users@xml.apache.org > Subject: cocoon.properties on windows > > > > I am trying to create a directory which is parallel to the tomcat > directory. > > The cocoon.properties file is in > > D:\Webstuff\tomcat\webapps\ROOT\cocoon.properties > > I want to create > > D:\xmllab\ > > In web.xml if I use; > > > org.apache.cocoon.Cocoon > org.apache.cocoon.Cocoon > > properties > cocoon.properties > > > > Cocoon requires me to have a second copy of cocoon.properties in > D:\xmllab\ > > However if I try to use a longer path it starts searching under > D:\xmllab\ > instead of TOMCAT_HOME > > How should I do this? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org > >