I have a problem to make Jrun 4 working with cocoon. I successfully built webapp from cocoon downloaded. Then I populated the webapp to a Jrun web server named by cocoon. When I tested the site by http://localhost:8101/webapp, the page could not be displayed. I was using window 2000, JRun 4 and JDK 1.4.02. The JRun log file was showing as follows:
user Cocoon: init error Could not pre-load servlet: Cocoon java.lang.NoClassDefFoundError: org/apache/log4j/Layout at org.apache.commons.logging.impl.Log4jFactory.getInstance(Log4jFactory.ja va:1 40) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp l.ja va:257) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:390) at org.apache.xindice.client.xmldb.DatabaseImpl.<clinit>(DatabaseImpl.java:86) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.apache.cocoon.components.source.impl.XMLDBSourceFactory.configure(XM LDBS ourceFactory.java:112) at org.apache.avalon.framework.container.ContainerUtil.configure(ContainerU til. java:239) at org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc e(De faultComponentFactory.java:305) at org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial ize( ThreadSafeComponentHandler.java:143) at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.addComp onen t(ExcaliburComponentSelector.java:738) ... at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) I saw the similiar question mentioned in this user mailing list on Feb 25th, 2004, but there was no answer. Could anyone help me on this? How to make cocoon working with cocoon? Thanks in advance, Kathy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
