Jian He wrote:
> i am a newer, i have a stupid question:
> can jetspeed-CVS running on jserv 1.1 ?
> the README file tell me JServ 1.2 is supported
> but the newest version of jserv is 1.1.1, where can i find 1.2?
Just adding on a bit to what Kevin mentioned to you in a previous email.
The problem you are having is most likely because you have the
jsdk2.0.jar file in your CLASSPATH when trying to build Jetspeed. This
is an old version of the Java Servlet spec. You should go to
java.sun.com and look for the java servlet 2.2 implementation. The
filename is servlet-2.2.zip. When unzipped, this file contains the 2.2
implementation: servlet-2.2.jar. If you have problems finding this file
on Sun's site, here's the URL:
http://java.sun.com/products/servlet/download.html. You should go to
the section "SPECIFICATIONS" and download the 2.2 spec
Apache JServ 1.1 is, I believe, the C code framework that, basically,
enables apache to run java programs as servlets.... It will be replaced
by Tomcat in the future....
In addition to putting servlet-2.2.jar into your CLASSPATH for building
Jetspeed, you should also make sure that the jar is in your
wrapper.classpath property in your jserv.properties file; in addition to
all other required jar files.
The Jetspeed FAQ-O-Matic has a pretty detailed writeup of how to perform
the installation. I do need to update it a bit, but generally, it
should still be current. FAQ-O-Matic is here:
http://locus.apache.org/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/1/faq_id/13
Good Luck!
Mark
--
"People, like nails, lose their effectiveness when they lose
direction and begin to bend."
---- Walter Savage Landor
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]