- Edit the main TDS configuration catalog as desired:
-bash-3.2$ cd ${tomcat_home}/content/thredds
-bash-3.2$ vi catalog.xml // Use the editor of your choice
- Add metadata to one or more of the
datasetScan elements. Perhaps some items similar to the following:
<metadata xlink:title="some XML metadata"
xlink:href="http://motherlode.ucar.edu:8080/thredds/catalog.xml" />
<documentation xlink:title="some html info" xlink:href="http://motherlode.ucar.edu:8080/thredds/catalog.html" />
<keyword>good stuff</keyword>
<publisher><name>you</name></publisher>
<variables>
<variable name="Z" units="gp m">Geopotential Height</variable>
</variables>
- Restart Tomcat so the TDS is reinitialized:
-bash-3.2$ cd ${tomcat_home}/bin
-bash-3.2$ ./shutdown.sh
-bash-3.2$ ./startup.sh
- Check the catalogInit.log - http://localhost:8080/thredds/admin/debug
- Check the list of dataset roots - http://localhost:8080/thredds/admin/debug
- Browse the catalogs to see how the metadata looks -
http://localhost:8080/thredds/catalog.html