From cd91418dca3d646e17d81657825ad24fcfd982ba Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Fri, 26 Feb 2021 15:12:08 -0700 Subject: [PATCH] Update d4ts.war and dts.war build instructions Caught this one by accident as I was looking for links that needed to be updated. Figured I might as well knock it out while I was there. --- docs/testserver.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/testserver.dox b/docs/testserver.dox index 5c1341a1c..071c9868d 100755 --- a/docs/testserver.dox +++ b/docs/testserver.dox @@ -13,7 +13,7 @@ The test suite for the DAP2 and DAP4 (aka DAP) protocols optionally uses a continuously running test server to verify that the DAP protocols can successfully be used against a remote server such -as a Unidata Thredds server or a OPeNDAP Hyrax server. +as a Unidata THREDDS Data Server or a OPeNDAP Hyrax server. The way that this is tests is to establish two servlets running under a Tomcat server on some machine with a known IP address @@ -156,9 +156,9 @@ to verify that the d4ts test server is working. # Building d4ts.war and dts.war {#remotesvc_buildservlets} In order to build the servlet (.war) files, you will need to -clone the Thredds directory on github: https://github.com/Unidata/thredds. +clone the Thredds directory on github: https://github.com/Unidata/tds. -Once you have a clone, you will need to enter the thredds directory +Once you have a clone, you will need to enter the tds directory and build by invoking gradle using this command. ```` ./gradlew --info --no-daemon clean assemble