Julie Czemerega wrote:
> Hi,
> 
> I made RSS portlets which fetches RSS files on the web. Jetspeed puts the
> files in the web-inf\cache directory.
> 
> But it has not refreshed the files since I created my portlets...
> 
> How can I set that it goes on the web once a day ?
> 
> I put in jetspeedresources.properties the "daemon.feeddaemon.interval" at
> 60s but nothing changed...
> 

The feed daemon does not refresh the RSS contents as such, only the OCS feeds.

To update in the background the RSS content, you need to configure the
diskcachedaemon in JR.P:

daemon.diskcachedaemon.classname=org.apache.jetspeed.daemon.impl.DiskCacheDaemon
# 6 hours refresh
daemon.diskcachedaemon.interval=19600
daemon.diskcachedaemon.onstartup=true

> I must delete the files in the cache directory to work fine.
> 
> Any idea?
> 

If this does not fix your issue, check yourlog file for disk cache daemon errors.

-- 
Raphael Luta - [EMAIL PROTECTED]
Professional Services Manager
Vivendi Universal Networks - Paris


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to