Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 98527 invoked by uid 500); 26 Jun 2001 13:36:29 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 98511 invoked from network); 26 Jun 2001 13:36:28 -0000 Received: from scaup.mail.pas.earthlink.net (207.217.121.49) by h31.sny.collab.net with SMTP; 26 Jun 2001 13:36:28 -0000 Received: from cpct2 (static027-5-151-24.nt01-c4.cpe.charter-ne.com [24.151.5.27]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id GAA26413 for ; Tue, 26 Jun 2001 06:36:28 -0700 (PDT) Message-ID: <036601c0fe45$01088cf0$0401a8c0@ct.canoga.com> Reply-To: "Brett M. Bergquist" From: "Brett M. Bergquist" To: References: <5.1.0.14.0.20010626144953.00a4ab90@pop.gmx.de> Subject: Re: Unsafe path Date: Tue, 26 Jun 2001 09:36:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I had something similar when I ported from Tomcat 3.1 to Tomcat 3.2.2. It turned out I was calling a getResourceAsStream or something similar with a trailing space at the end of the path that I was passing. For example I was calling something like 'getResourceAsStream("/foo/bar ")' as apposed to 'getResourceAsStream("/foo/bar"). Take a look to make sure that your path to "cocoon.properties" does not contain a trailing space. ----- Original Message ----- From: Keuck, Carl Jan To: Sent: Tuesday, June 26, 2001 8:53 AM Subject: Unsafe path > Hi out there, > > I'm trying to run Cocoon 1.8.2 on Apache 1.3.12 an Tomcat 3.2.2 on > WinNT4.0. Installation looks fine to me, but somehow it's not working. > > Tomcat tells me: > 2001-06-26 01:52:42 - Ctx( /cocoon ): Unsafe path > D:\Programme\Apache_Group\jakarta-tomcat-3.2.2\webapps\cocoon > /Web-inf/cocoon.properties > > What can I do? > > Charly >