Skip to content

Commit

Permalink
Update d4ts.war and dts.war build instructions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lesserwhirls committed Feb 26, 2021
1 parent aefadcc commit cd91418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testserver.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd91418

Please sign in to comment.