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]