TDS Configuration with PropertiesA number of TDS configuration settings can be modified with Java system properties. Some of the default values are defined in the TDS default properties file:
${TOMCAT_HOME}/webapps/thredds/WEB-INF/classes/thredds/server/tds.properties
Modifying the default values in the tds.properties file will change the settings
without using Java system properties. However, the TDS default properties file is located in the
webapps directory which means it will be overwritten whenever the TDS is upgraded. Any changes
made in this way will need to changed again whenever a new TDS is deployed.
The TDS configuration settings that can be set with Java system properties include:
| Property Name | Description | Default Value from tds.properties file |
|---|---|---|
| tds.version | TDS Full Version Number | "4.2.<version>" |
| tds.version.brief | TDS Short Version Number | "4.2" |
| tds.version.builddate | TDS Build Date | "<yyyyMMdd.hhmm>" |
| tds.url | TDS web page URL | "http://www.unidata.ucar.edu/projects/THREDDS/tech/TDS.html" |
| tds.documentation.url | TDS Documentation URL | "http://www.unidata.ucar.edu/projects/THREDDS/tech/TDS.html" |
| tds.logo.url | TDS Logo URL | "threddsIcon.gif" |
| tds.logo.alt | TDS Logo Alternate Text | "TDS" |
| tds.content.root.path | Root path for TDS content/thredds directory | "../../content" |
| tds.content.path | Additional path for TDS content/thredds directory | "thredds" |
| tds.config.file | Name of TDS configuration file (relative path from content/thredds). | "threddsConfig.xml" |
| tds.content.startup.path | "WEB-INF/altContent/startup" | |
| tds.content.idd.path | "WEB-INF/altContent/idd/thredd" | |
| tds.content.motherlode.path | "WEB-INF/altContent/motherlode/thredds" | |
| tds.install.url | "catalog.html" |
This document is maintained by Unidata and was last updated July 2011.
Send comments to
THREDDS support.