The file install.html or docs/index.html may have additional information...

First:

    Build and install bes and netcdf_handler projects.
    Launch the netcdf_handler/opendapserver

Check it out:

    svn co http://scm.opendap.org/svn/trunk/olfs

Build it:

    ant server

Make a distribution for release:

    ant server -DHYRAX_VERSION=<num> -DOLFS_VERSION=<num>

Install it:

    rm -rf $TOMCAT_HOME/webapps/opendap
    cp build/dist/opendap.war $TOMCAT_HOME/webapps

Launch it:

    $TOMCAT_HOME/bin/startup.sh

Configure it:

    vi $TOMCAT_HOME/webapps/opendap/WEB-INF/web.xml
    (Adjust the values of BackEndServer, BackEndServerPort)

Relaunch it:

    $TOMCAT_HOME/bin/shutdown.sh $TOMCAT_HOME/bin/startup.sh


See http://docs.opendap.org/index.php/Hyrax for information about this software, Installation
instructions and News.
