Daniel Haischt wrote:
> hello,
>
> i'm trying to install jetspeed 1.0 but still
> went in some trouble.
<Snippity Snip> (Thanks for all the info though!)
WOW! Check out the wrapper.classpath assignments. You are really throwing
everything including the kitchen sink into your environment!!!! :)
> zone definition for zone jetspeed
> ---------------------------------
>
> ApJServMount /portal /jetspeed
> zones=root,jetspeed
> jetspeed.properties=/etc/jserv/zones/jetspeed.properties
> repositories=/usr/share/java/servlets/jetspeed,
> /usr/share/java/Jetspeed.jar,
> /usr/share/java/turbine-2.0.jar,
> /usr/share/java/coocon-ext-servlet2.2.jar
>
I don't know very much about the "repositories" parameter, but I wouldn't put
the /usr/share/java/servlets/jetspeed into the parameter. I only have the .jar
files listed in the FAQ
I need to read up more on what the repositories thing really does. I
understand it to be kinda like a classpath for the servlet zone. Therefore I
wouldn't put a non-.jar related parameter in the definition. Is this is the
correct understanding? :)
> servlet.jetspeed.code=Turbine
> servlet.jetspeed.initArgs=properties=/etc/Jetspeed/TurbineResources.properti
> es
>
The only thing I can thing of is make sure the username you are running the
webserver under has proper access to read the TurbineResources.properties
file. Maybe check the permissions on /etc/Jetspeed directory.
Another thing that I see from your root.properties file is that you have a
directive to:
servlet.Turbine.initArgs. You might want to remove that line as you are
initializing Turbine under the jetspeed zone, not the root zone. I probably
would have tried the same thing!! :)
The final thing that I can thing of it that you might want to remove the
ApJServAction .xml /servlets/org.apache.cocoon.Cocoon line in jserv.conf.
I haven't been able to get the CocoonPortlet to correctly work with my
installation of Jetspeed. I know that it's supposed to work because Kevin and
others are doing it, but I can't yet. Those guys might be able to better shed
some light on that...
Associating all xml files with the Cocoon Engine was my main barrer to getting
Jetspeed to work. Once I commented this line out, Jetspeed was working.
It would be great if someone would share how they got Cocoon 1.7.0 from
xml.apache.org to work with Jetspeed. :)
If we discover any errors in the Install FAQ, I will make sure to update them..
:)
Thanks!
Mark
--
--------------------------------------------------------------
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]