${tomcat_home} to allow this user access to only the necessary parts of the Tomcat installation.${tomcat_home}/bin create a setenv.sh shell script, and set the values of $JAVA_HOME, $JAVA_OPTS and $CATALINA_BASE.${tomcat_home}/conf/server.xml:UserDatabaseRealm and enabling the MemoryRealm.SSL Connector listening on port 8443, and add the required keystoreFile and keystorePass attributes.compression and compressableMimeType attributes to 8080 Connector.AccessLogValve and change the prefix and suffix and pattern attributes.${tomcat_home}/bin/digest.sh script.${tomcat_home}/conf/tomcat-users.xml:manager-gui and tdsConfig.manager-gui and tdsConfig using your digest password your created in step #6 above.${tomcat_home}/webapps/manager/WEB-INF/web.xml:user-data-constraint with a transport-guarantee of CONFIDENTIAL inside the security-constraint element.${tomcat_home}/webapps.thredds.war file, and put it into ${tomcat_home}/webapps.${tomcat_home}/content/thredds.${tomcat_home}/content/thredds/catalog.xml for your site, as in this example. ${tomcat_home}/content/thredds/threddsConfig.xml for your site in the following manner:serverInformationrobots.txt file in ${tomcat_home}/webapps/ROOT/ to restrict crawler activity.Be sure to periodically check to make sure you are running the latest versions of Java, Tomcat and the TDS.
${tomcat_home}/logs/ and archive them off to another directory.${tomcat_home}/content/thredds/logs and archive them as well.When installing a new thredds.war, everything in ${tomcat_home}/webapps/ is overwritten. However, nothing in ${tomcat_home}/content/ is overwritten.
Use one of the following methods to deploying a new version of the TDS