OOSTethys - JAVA Instructions
OOSTethys JAVA version 01. 20070222 instructions
Welcome to OOSTethys JAVA (OOSTethys JAVA version 01. 20070222)
This toolkit facilitates the creation of an OGC-compliant Sensor Observation Service (SOS), based on OPeNDAP resources by creating a WAR file that can be drop into TOMCAT. Java 1.5 is required.
Steps to produce the WAR file:
- download OOSTETHYS-JAVA as a ZIP file (27.4 MB) or via Sourceforge CVS (look for Versions/org.oostethys/org.oostethys v01-20070222)
- check that the jars in the lib folder are all in the classpath
- open org.oostethys.dataProvider.DataProvider class in the src directory
- Create your own observation system (take a look at the doc folder to understand all the API)
- Edit the web-service.properties property file in the build drectory. Change the file name of the war file and the location of the Tomcat Web Server.
- Run the build file using ant
- A file should have been created and copied in the oostethys root to tomcat_home/webapps, so the service will be available at: tomcat_url:port/warName/
More about OOSTETHYS: http://oostethys.org