Mike Bridge wrote:
>
> I had a shot at trying to figure out how to install the last
> version of Jetspeed from CVS as a non-webapp (I tried out Jetspeed
> versions 1.1 and 1.2a this way) but I am looking at the configuration
> files and I am wondering if it's possible any more. Currently
> I just get a null pointer exception after configuring it from
> ServletExec 2.2:
>
Currently the effort is focussed on getting the war right. If you
want to install Jetspeed in a non-war environment, the following should
work but I haven't tested it:
1. Build the war file jetspeed.war
2. uncompress the file under your server document root
cd <doc_root>
jar xvf <path_to_war>/jetspeed.war
3. configure your servlet runner:
- add all the jar files found in WEB-INF/lib in its classpath
- define a servlet alias:
jetspeed = org.apache.turbine.Turbine
with the following init parameters :
classname = org.apache.jetspeed.services.resources.VariableResourcesService
properties = <doc_root>/WEB-INF/conf/TurbineResources.properties
4. Test your installation
http://<yourserver>/servlet/jetspeed
If your runner isn't 2.2 compatible, I don't think the index.jsp will work
as is.
Be aware that Jetspeed requires at least servlet 2.1 so it won't compatible
with JServ.
--
Rapha�l Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Services Manager / Paris
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]