yeps ! I have tried to install c2 under BEA WLS 6.0 SP1 on RH Linux 7.0.
Unfortunately, I have not been able run it perfectly. I get a org.apache.cocoon.ProcessingException... saying Sitemap handler's sitemap could not be found. Initially, after following the instructions on cocoon site (copying cocoon.war into applications directory of the default server (mydomain ..the default by weblogic) under $WL_HOME/config and copying xerces_XXX.jar into jdk130/jre/lib/ from cocoon/lib/.) I got the following errors.. on the weblogic logs .. ServletException .. could not find cocoon2 servlet...... ServletException ... could not find avalon..... I added all the .jar files under cocoon/lib/ into the CLASSPATH of startWebLogic.sh file under $WL_HOME/config/<myserver>/. This gave me an error for tools.jar not found but the cocoon page was showing (other words .. there is no error on the weblogic logs ...its the cocoon throwing the errors) I added tools.jar on the same CLASSPATH. This throws sitemap handler's sitemap not found.... org.apache.cocoon.ProcessingException ... I had searched on the developer's list .. found out the same problem in Tomcat 3.X. They said something about checking the WEB-INF/logs/ log files .. and see more details. The guy found out some out of memory problems ... I didn't (crap ...) He removed some tag libs and he was all set .. what I am gonna do .. don't know yet If you somehow gather any information , please share (problem or solution .. anything is accepted..) Regard's Karun ps: happy J2EE !!! |