> From: Andrei Svirida [mailto:[EMAIL PROTECTED]]
> 
> Hi cocooners,
> 
> i have moved some of the jars needed for my cocoon application
> out from <Tomcat-Webapps>/cocoon/WEB-INF/lib directory to /opt/lib
> 
> E.g., file <Tomcat-Webapps>/cocoon/WEB-INF/lib/test.jar is at
> /opt/lib/test.jar now.
> 
> After that, i inserted
>  <init-param>
>    <param-name>extra-classpath</param-name>
>    <param-value>/opt/lib/test.jar</param-value>
> </init-param>
> into cocoon/WEB-INF/web.xml.
> 
> Inspite of that cocoon servlet fails to find the classes from test.jar
> and throws ClassNotFoundException.
> 
> My OS is SunOS, Cocoons version is 2.0.2
> The same problem exists also on my Windows-PC with Cocoon 2.0.2.
> 
> Has anybody an idea how to fix it?

Don't have idea how to fix it, but want to warn you that in 2.0.3 this
feature will work only with ParanoidCocoonServlet which is designed to
work with broken servlet engines, and will have no effect in regular
CocoonServlet.

Vadim



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to