Updated for Hyrax version 1.17.x
Note: For more verbose instructions, see The Hyrax Installation and Configuration Guide.
Build and install the bes and it's submodules.
Launch the bes (you can use besctl to do that).
Make sure there is a beslistener process runnning.
git clone https://github/opendap/olfs
ant server
rm -rf $CATALINA_HOME/webapps/opendap*
cp build/dist/opendap.war $CATALINA_HOME/webapps
$CATALINA_HOME/bin/startup.sh
The OLFS configuration location has changed!
By default the OLFS will utilize it's bundled default configuration in
the directory $CATALINA_HOME/webapps/opendap/WEB-INF/conf
In order to localize your configuration so that your configuration changes are persistent you will need to do one of the following:
Now, Restart Tomcat:
When it starts the OLFS will check these locations and then install a copy of its default configuration into the new spot. Edit the configuration files as needed. (If, for example, your beslistener is not running at localhost:10022 then in the olfs.xml file edit the <BES> element adjust the values for <host> and <port>)$CATALINA_HOME/bin/shutdown.sh
$CATALINA_HOME/bin/startup.sh
$CATALINA_HOME/bin/shutdown.sh
$CATALINA_HOME/bin/startup.sh