All,
i have this datasetScan in my catalog.xml:
<dataset name="mycompany">
<datasetScan name="gliders" ID="gliders" path="gliders"
location="/opt/ex16/data/gliders" harvest="true">
<metadata inherited="true">
<serviceName>baseServices</serviceName>
<dataType>Profile</dataType>
</metadata>
<filter>
<include wildcard="*.nc"/>
</filter>
</datasetScan>
Inside the directory /opt/ex16/data/gliders/ the same files are overwritten
every 3 hours.
Apparently THREDDS doesn' t update automatically, that is THREDDS still
serve the old files instead of the updated version.
Is there any option to force THREDDS to update those files?
Thanks
Giampaolo