JetSpeed Installation Directions

Requirements:

Installation:

Since JetSpeed is 100% Java there is no need to compile. All bytecode should run on any platform that supports JDK 1.2.

Move the "content" directory to "/content" under your web server. If you already have a "content" directory simply add the files there.

Add ./bin/JetSpeed.jar to your classpath. This contains all classes from JetSpeed. The full URL should be: "http://localhost/servlet/org.apache.jetspeed.Home".

Add the property "properties" to point to the JetSpeed 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).

Within TurbineResources.properties change the line "jetspeed.properties" to point to the "JetSpeedResources.properties" file that comes with JetSpeed.

Possibly restart your servlet engine.

Bring up a 4.0 browser and point it to http://localhost:<SERVLET_PORT>/<SERVLET_ROOT>/org.apache.jetspeed.Home.

Release Notes

There may be a known problem with your specific version of JetSpeed. Please see the release notes.