On Tue, 27 Jun 2000, you wrote:
> Thats we're finally doing but how do I update the fiule hourly or
> whatever
> time interval I decide??
> 
> I put it in /content/static/weather.html
> 
> Should I run it as a separate daemon with separate settings for
> everything??
> If it isnt in /tmp/JetspeedDocumentCache/ -- How does it get updated????
> 


Rajesh,

I did the same thing with an image from www.wunderground.com
[and the stock feed from the NYSE(hope thats legal :)]

I used FileServer for the parent in portletregistry.psml.
It seems to go out and try to pull down the content
whenever I bring up the page that portlet is in.

<?xml version="1.0"?>
<registry>
    <portlets>

        
<!-- Start My Portlets -->
     
      
         <entry type="ref" parent="FileServer" name="Weather" hidden="false">
            <url>/content/static/ws.html</url>
            <metainfo>
                <title>Weather and Stocks</title>
            </metainfo>
         </entry>
         
      
    </portlets>
    
</registry>
 
Mike


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