Thanks to all who replied. Problem solved. Vivienne


Vivienne,

you need to build the webapp with include.webapp.libs set. The
org.apache.cocoon.samples package is not included in the default jar - this
is done on purpose. Since you probably dump cocoon.jar in your tomcat/lib
directory and use the default webapp, Cocoon can't load the parentcm.*
classes (since they are loaded by the webapp's classloader and not by the
root CL) and this causes the first Exception.

If everything else fails, go to the webapp's web.xml and remove the
init-param related to the parent component manager. This should keep cocoon
from loading the class.

/LS


Knowledge by Experience

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

Reply via email to