Thanks all. With all the help I finally got it working.
I am using 1.0b2 right now but will look into getting the latest CVS
version. Paul, this may be a dumb question but why and/or where is
documentation that <param-name> should be set to "properties"? I was
killing myself attempting to set it as JETSPEED_RESOURCES.
Also, can you tell me why the <servlet-class> will need to change to
Tomcat in the latest CVS version?
Thanks for all help.
-Gregg Fabbri
Paul Ho wrote:
>
> Are you using 1.0b2?
>
> For 1.0b2 IIRC:
> <web-app>
> <servlet>
> <servlet-name>
> jetspeed
> </servlet-name>
> <servlet-class>
> org.apache.jetspeed.Home
> </servlet-class>
> <init-param>
> <param-name>
> properties
> </param-name>
> <param-value>
> /<path-to-your-properties-file>/JetSpeedResources.properties
> </param-value>
> </init-param>
> </servlet>
> </web-app>
>
> For latest CVS:
> <web-app>
> <servlet>
> <servlet-name>
> jetspeed
> </servlet-name>
> <servlet-class>
> Tomcat
> </servlet-class>
> <init-param>
> <param-name>
> properties
> </param-name>
> <param-value>
> /<path-to-your-properties-file>/JetSpeedResources.properties
> </param-value>
> </init-param>
> </servlet>
> </web-app>
>
> I also need to change both JetSpeedResources.properties and
> defaultPortlets.xml a lot to make it work. Well actually I can only get the
> RSSPortlet working. I'll test the rest one by one later.
> (This is Tomcat from CVS, Jetspeed from CVS, turbine-2.0.jar from
> Jetspeed's CVS)
>
> Cheers,
> Paul
>
--
--------------------------------------------------------------
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]