Hi,
I am new to TDS and trying to setup it on my local machine.
I have some collection of R2 files, e.g. 1979.nc, 1980.nc, etc
I have borrowed catalog example from
http://gis.stackexchange.com/questions/70919/setting-up-thredds-catalogs-for-ocean-model-data
but when I go to
http://localhost:8080/tds-4.6.5/catalog.html
and click "NCEP R2" I am redirected to
http://localhost:8080/thredds/catalog/NCEP/R2/catalog.html
and get
HTTP Status 404 - /thredds/catalog/NCEP/R2/catalog.html
type Status report
message /thredds/catalog/NCEP/R2/catalog.html
description The requested resource is not available.
What I am doing wrong?
here is my catalog:
<?xml version="1.0" encoding="UTF-8"?>
<catalog name="Raster data collection"
xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0
http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.6.xsd">
<service name="allServices" serviceType="Compound" base="">
<service name="ncdods" serviceType="OPENDAP" base="/thredds/dodsC/"/>
<service name="ncss" serviceType="NetcdfSubset"
base="/thredds/ncss/grid/"/>
<service name="wms" serviceType="WMS" base="/thredds/wms/"/>
<service name="iso" serviceType="ISO" base="/thredds/iso/"/>
<service name="ncml" serviceType="NCML" base="/thredds/ncml/"/>
<service name="uddc" serviceType="UDDC" base="/thredds/uddc/"/>
</service>
<!--
Create a folder for all the FMRC Feature Collections
-->
<dataset name="Raster collection">
<metadata inherited="true">
<serviceName>allServices</serviceName>
<authority>gov.usgs.er.whsc</authority>
<dataType>Grid</dataType>
<dataFormat>NetCDF</dataFormat>
<creator>
<name vocabulary="DIF">OM/WHSC/USGS</name>
<contact url="http://www.usgs.gov/" email="jcwarner@xxxxxxxx"/>
</creator>
<publisher>
<name vocabulary="DIF">OM/WHSC/USGS</name>
<contact url="http://www.usgs.gov/" email="jcwarner@xxxxxxxx"/>
</publisher>
<documentation
xlink:href="http://woodshole.er.usgs.gov/project-pages/cccp/index.html"
xlink:title="Carolinas Coastal Change Program"/>
<documentation
xlink:href="http://geoport.whoi.edu:8081/ReadMeCOAWST.html"
xlink:title="ReadMe.txt"/>
</metadata>
<featureCollection name="NCEP R2" featureType="FMRC"
harvest="true" path="NCEP/R2">
<metadata inherited="true">
<documentation type="summary">ROMS Output from
COAWST</documentation>
<serviceName>allServices</serviceName>
</metadata>
<collection name="NCEP-R2"
spec="d:/RS_DATA/worker/r2/pressure/sfc/#yyyy#\.nc$"/>
<update startup="true" rescan="0 0/15 * * * ? *" trigger="allow"/>
</featureCollection>
</dataset>
</catalog>