Getting Started The TDS requires Java 1.5 or above, we recommend the current verison of 1.6 and use it on our development servers.
Current versions of the JRE and JDK are available from the Java web page, http://java.sun.com/.
The Java SE Developer Kit (JDK) 1.5.0_12 is already installed on the workshop computers at /usr/java/jdk1.5.0_12.
JAVA_HOME environment variableset JAVA_HOME /usr/java/jdk1.5.0_12Current versions of Tomcat are available from the Tomcat web page, http://tomcat.apache.org/.
Install Tomcat 6.0:
cd tdstar xvzf /opt/apache-tomcat-6.0.13.tar.gzTOMCAT_HOME environment variableset TOMCAT_HOME /home/workshop/tds/apache-tomcat-6.0.13cd ${TOMCAT_HOME}/binvi startup.sh shutdown.shgedit startup.sh shutdown.shJAVA_HOME="/usr/java/jdk1.5.0_12"
export JAVA_HOME
JAVA_OPTS="-Xmx1024m -Xms512m -server"
export JAVA_OPTS
CATALINA_HOME="/home/workshop/tds/apache-tomcat-6.0.13"
export CATALINA_HOME
cd ${TOMCAT_HOME}/bin./startup.shhttp://localhost:8080/If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!
./shutdown.shThe THREDDS Data Server (TDS) is available from the Unidata TDS home page.
${TOMCAT_HOME}/webapps../startup.shhttp://localhost:8080/thredds/
This document is maintained by Unidata and was last updated on July 23, 2007. Send comments to THREDDS support.