From the installation notes:
Configure your Servlet init parameters. Add the property "properties" to
point to Jetspeed to the file "./src/config/TurbineResources.properties"
that ships with the Jetspeed distribution. This can be done by setting an
init parameter in your Servlet Engine (under Jakarta this is defined in
WEB-INF/web.xml). You should give the Servlet an alias to something like
"jetspeed".
<servlet-class> Turbine </servlet-class>
When setting init parameters, I'm used to pointing my alias at a specific
Java servlet .class file in my servlets directory. Where is Turbine? I
see there is a Turbine.class in /Jetspeed-1.1/lib/turbine-2.0.jar. Am
supposed to extract it an place it in my servlets directory?
James Garriss
jpgarriss @ home.com
http://www.geocities.com/stones_of_distinction
--
--------------------------------------------------------------
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]