Open timrdf opened 10 years ago
Notes for installing OLFS manually and getting it to run:
% svn co https://scm.opendap.org/svn/trunk/olfs olfs-1.10.0 (yes, the released version is found in trunk (lame)) % cd olfs-1.10.0/
Build instructions in README
% sudo apt-get install ant % ant server % ls build/dist/opendap.war % sudo cp build/dist/opendap.war /var/lib/tomcat6/webapps
tomcat saw the war file, loaded it added the following to 000-default apache2 configuration file
ProxyPass /tomcat http://localhost:8080 ProxyPassReverse /tomcat http://localhost:8080 <Location /tomcat> Order allow,deny allow from all ProxyHTMLURLMap / /tomcat/ c SetOutputFilter proxy-html
% sudo service apache2 restart
browsed to http://opendap.tw.rpi.edu/tomcat/opendap, error being generated. Checked catalina.out file, couldn’t write to a directory (lame)
% sudo mkdir -p /var/lib/tomcat6/content/opendap/logs % sudo chown -R tomcat6:tomcat6 /var/lib/tomcat6/content
browsed to http://opendap.tw.rpi.edu/tomcat/opendap and it works fine now.
The BES was already running (out of /opt/opendap/branch)
patrick build the OLFS from svn get the war compiled. Tim to take that war and get it deployed.