Tip:
Need help?
Use the TDS Quick Start Guide to get the TDS up and running quickly.
Download
THREDDS Downloads
File Type | Link For Download |
---|---|
TDS WAR File | https://downloads.unidata.ucar.edu/tds/ |
TDS Docker Image` | https://hub.docker.com/r/unidata/thredds-docker/ |
TDM JAR File | https://downloads.unidata.ucar.edu/tds/ |
TDM Docker Image | https://hub.docker.com/r/unidata/tdm-docker |
Important:
Please visit the Support page for information on which version of the TDS and TDM are currently supported.
Non-Unidata Package Downloads
File Type | Link For Download |
---|---|
OpenJDK Java | https://adoptopenjdk.net/ |
Apache Tomcat Servlet Container` | http://tomcat.apache.org/ |
Tomcat Docker Image | https://hub.docker.com/r/unidata/tomcat-docker |
Installation
TDS WAR Installation
The TDS can be installed one of two ways:
- Copying the TDS WAR file into the Tomcat
webapps
directory ($tomcat_home/webapps/
). - The Tomcat Manager application.
Note:
The TDS WAR file will have the version number in the file name:
Tomcat will see this matching the context information in the TDS WAR
This has the benefit of seeing which version of the TDS is deployed when viewing the raw WAR file.
thredds##version_number.war
Tomcat will see this matching the context information in the TDS WAR
/META-INF/context.xml
file, strip out the hash tags and version information, and make the TDS accessible via this URL structure: http://servername:port/thredds
This has the benefit of seeing which version of the TDS is deployed when viewing the raw WAR file.
TDM Installation
Install and use of the THREDDS Data Manager is covered in the THREDDS Data Manager Reference section.
More Information:
The THREDDS Data Manager (TDM) creates indexes for GRIB
featureCollections
, in a process separate from the TDS.
Installation and use of the TDM requires further understand of THREDDS catalogs and TDS configuration covered in later sections of this guide.