I *believe* the xml should be this for the latest in CVS:

<web-app>
<servlet>
        <servlet-name>
            jetspeed
        </servlet-name>
        <servlet-class>
            Turbine
        </servlet-class>
        <init-param>
            <param-name>
                 properties
            </param-name>
            <param-value>
               /<path-to-your-properties-file>/TurbineResources.properties
            </param-value>
        </init-param>
    </servlet>
</web-app>

The TurbineResources file is the one distributed w/ Jetspeed.  There should
be a a 'jetspeed.properties' variable in the file which will point to your
JetSpeedResources.properties file.

You can then access Jetspeed @ http://yourdomain/servlet/jetspeed

josh
----- Original Message -----
From: Paul Ho <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Thursday, March 09, 2000 7:32 AM
Subject: Re: Jakarta + JetSpeed


> 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
>
>
> At 9:45 AM -0500 3/9/0, Gregg A. Fabbri wrote:
> >Congrats James,  I too am having problems.  Would you mind sharing with
> >me your insight.
> >
> >I have put the Jetspeed.properties file everwhere and have had no luck.
> >I could not find any real documentation as to how to set up init values
> >in the web.xml file but have tried several thing with nothing working.
> >
> >My latest attempt looks like this.
> >
> ><web-app>
> ><servlet>
> >        <servlet-name>
> >            jetspeed
> >        </servlet-name>
> >        <servlet-class>
> >            org.apache.jetspeed.Home
> >        </servlet-class>
> >        <init-param>
> >            <param-name>
> >                 JETSPEED_RESOURCES
> >            </param-name>
> >            <param-value>
> >                ./JetSpeedResources.properties
> >            </param-value>
> >        </init-param>
> >    </servlet>
> ></web-app>
> >
> >Any help would be greatly appreciated.
> >
> >Thanks,
> >
> >Gregg Fabbri
> >
> >
> >
> >James Seigel wrote:
> >>
> >> Wahoo.....got it working last night.....
> >>
> >> Anyone know how to invalidate the cache for a source properly?
> >>
> >> Cheers
> >> James.
> >>
> >> James Seigel wrote:
> >>
> >> > I looked through the archives as best I could and I hope that this
> >> > question doesn't offend...as this is my first post.
> >> >
> >> > Jakarta + JetSpeed
> >> >
> >> > Could someone take the time and explain how one would get JetSpeed
> >> > working with Jakarta and get into specifics with the server.xml and
> >> > web.xml files.  I spent several hours last night trying to get it to
go
> >> > an all I got was this lousy t-shirt.  I mean I got close but I can't
> >> > seem to get it to read the JetSpeed.properties file.
> >> >
> >> > I looked on the online install guide and it says to put that file in
a
> >> > slightly different place {java.home|/lib directory..has anyone had
any
> >> > luck?
> >> >
> >> > Thanks.
> >> >
> >> > James
> >> >
> >
> >
> >--
> >--------------------------------------------------------------
> >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]
>
>
>
>
>
> --
> --------------------------------------------------------------
> 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]
>
>



--
--------------------------------------------------------------
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]

Reply via email to