Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 84591 invoked by uid 500); 28 Aug 2002 15:43:23 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 84577 invoked from network); 28 Aug 2002 15:43:22 -0000 From: "Enke, Michael" To: cocoon-dev@xml.apache.org Message-ID: <3D6CF0FF.D3A12C05@wincor-nixdorf.com> Date: Wed, 28 Aug 2002 17:49:19 +0200 Organization: Wincor Nixdorf International GmbH & Co. KG X-Mailer: Mozilla 4.77 [de] (X11; U; Linux 2.4.4-4GB i686) X-Accept-Language: en-US, de-DE, es-CO, en-GB MIME-Version: 1.0 Subject: Re: cocoon on tomcat 4.1.9 References: <3D6CD4F0.889173C9@wincor-nixdorf.com> <3D6CD7C7.8758BBA5@wincor-nixdorf.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is to save you some time if you switch to newer tomcat (4.1.9, maybe all 4.1.x?) Can someone subscribed to cocoon-users post this there? It is no longer allowed to point with symbolic links outside the directory (down) where the servlet is located: look at catalina/core/ApplicationContext.java or catalina/servlets/DefaultServlet.java: /** * Return a context-relative path, beginning with a "/", that represents * the canonical version of the specified path after ".." and "." elements * are resolved out. If the specified path attempts to go outside the * boundaries of the current context (i.e. too many ".." path elements * are present), return null instead. * * @param path Path to be normalized */ private String normalize(String path) { ... Regards, Michael "Enke, Michael" wrote: > > Sorry, > that is not true, init() is called. But the output goes not to catalina.out > but to localhost_log > > "Enke, Michael" wrote: > > > > Hi, > > I found that in CocoonServlet the init method is not called > > from tomcat 4.1.9 > > Does anybody have heared about this and knows how to solve? --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org