Title: Install on Apache Jserv

I'm pretty much classed as a newbie at the moment. I just need help on installing Jetspeed with Apache Jserv.
I have not had much luck with the installation instruction from the website. I keep getting the following error.

mod_jserv.log
[14/07/2000 08:00:59:089] (ERROR) ajp12: Servlet Error: ClassNotFoundException:
org.apache.jetspeed.Jetspeed
[14/07/2000 08:22:37:566] (ERROR) ajp12: Servlet Error: ClassNotFoundException:
jetspeed

I have defined the class on jserv.properties as follows:

wrapper.classpath=/usr/local/jserv/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
wrapper.classpath=/usr/local/jdk1.2/lib/tools.jar
wrapper.classpath=/usr/local/jetspeed/Jetspeed.jar
wrapper.classpath=/usr/local/cocoon/bin/cocoon.jar
wrapper.classpath=/usr/local/cocoon/lib/xerces_1_0_3.jar
wrapper.classpath=/usr/local/cocoon/lib/xalan_1_0_1.jar
wrapper.classpath=/usr/local/cocoon/lib/fop_0_12_1.jar
wrapper.classpath=/usr/local/jetspeed/lib/village.jar
wrapper.classpath=/usr/local/jetspeed/lib/ecs.jar
wrapper.classpath=/usr/local/jetspeed/lib/castor-0.7.4.jar
wrapper.classpath=/usr/local/jetspeed/lib/turbine-2.0.jar

I have added the following line in zone.properties for jetspeed:

servlet.org.apache.jetspeed.Jetspeed.initArgs=properties=/usr/local/jetspeed/src
/config/TurbineResources.properties

Reply via email to