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 <code>null</code> 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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to