You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tom Bloomfield <to...@shopbloomfield.com> on 2004/11/17 06:06:15 UTC

Cocoon install for Resin 2.1.14, servlet-classloader-hack FYI

For versions 2.0.4+, setting <servlet-classloader-hack>to true inside of 
the <host> block can (and probably will) cause classloader problems with 
other webapps; move it inside of the webapp to preserve the JDK 
classloader ordering on other applications:

...
<web-app id='/cocoon' app-dir='/path/to/webapp/cocoon.war'>
    <servlet-classloader-hack>true</servlet-classloader-hack>
</web-app>
...

-TB



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org