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?


  

--
Andrei Svirida, Projekte & Entwicklung
MIDRAY GmbH - a debitel company
Phone:  +49.221.8884 435 
Fax:    +49.221.8884 455

http://www.midray.com/


---------------------------------------------------------------------
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