Hi there, Well today I have checked back to see if I can get Jetspeed running under jserv. Here are configuration issues (and please note that I run the whole thing in its own servlet zone (which I would recommend): 1. Add a mount point to jserv.conf: ApJServMount /<yourname> /jetspeed where <yourname> will be the url mount point and /jetspeed a local servlet zone. i.e.: http://yourserver.com/<yourname>/jetspeed Will later lead to the portal. 2. Add the libraries to your jserv.properties file: wrapper.classpath=[...] 3. Add the new servletzone to your jserv.properties file. Note that I will call it jetspeed (for obvious reasons): zones=[..],jetspeed 4. Create a new <servletzone>.properties file. I left the original and copy it as template for a new zone. If you called the zone jetspeed it has to be named jetspeed.properties. 5. Edit following in the jetspeed.properties file: repositories=<jetspeed libdir>/Jetspeed.jar,<jetspeed libdir>/turbine-2.0.jar,<jetspeed libdir>/coocon-ext-servlet2.2.jar Note that I am not sure if you propably dont need anything except the first two entries in the list above, but the Cocoon portlet doesnt seem to work so I was experimenting. In the section servlet aliases add: servlet.jetspeed.code=Turbine Means that Turbine is the servlet called for jetspeed. In the section Aliased servlet init parameters add: servlet.jetspeed.initArgs=properties=<jetspeed confdir>/TurbineResources.properties 6. Now proceed configuring the TurbineResources.properties, and the JetspeedResources.properties, plus the other files you need to configure from the <jetspeed confdir>. I would recommend to take some time, and I dont now, but it didnt seem to be as easy even with the comments in those files....maybe there are docs on it available within the turbine project. 7. Restart your Servlet Engine (if you have ApJServManual off you will most likely have to restart the whole webserver). 8. Point your browser at http://yourserver.com/<yourname>/jetspeed Thats it....but note that this does only cover the JServ specific configuration issues, not all the jetspeed/turbine config issues ..... Regards, Dieter Wimberger -- Department for Automation, University of Leoben, Austria -- -------------------------------------------------------------- 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]
