You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Diego Peroni <pe...@cefriel.it> on 2000/11/30 18:01:14 UTC

PROBLEM: cocoon + weblogic5.1sp5 CL

My CLASSPATH is:

%WL_HOME%\lib\cocoon-1.8\lib\xerces_1_2.jar;%WL_HOME%\lib\cocoon-1.8\lib\xal
an_1_2_D02.jar;%WL_HOME%\lib\cocoon-1.8\lib\fop_0_13_0.jar;%WL_HOME%\lib\coc
oon-1.8\lib\servlet_2_2.jar;%WL_HOME%\lib\cocoon-1.8\bin\cocoon.jar



I've add the following line in weblogic.properties:

weblogic.httpd.webApp.cocoon=c:/weblogic/cocoonwar/



When I call http://myServer:7001/cocoon/index.xml Weblogic tell me that:
Error loading servlet: org.apache.cocoon.Cocoon
java.lang.ClassNotFoundException: org.apache.cocoon.Cocoon


Why?

Thanks for your help ;-)