GDAS User Guide | GDAS 0.9.1 User Guide | GDAS 0.9.1 Configuration | JDBC Configuration | Programmer's Manual |
This user guide for the National Forest Information Systems's (NFIS) implementation of the Geolinked Data Access Service(GDAS) specification includes:
GDAS IntroductionFor an excellent introduction to GDAS, read the introduction section in the Geolinked Data Access Service (GDAS) Specification Version 0.9.1 (2004-05-04) If you are installing and/or configuring NFIS GDAS, print out the above specification. It will be referenced heavily throughout this guide. NFIS GDAS ImplementationThis GDAS implementation is constructed in modules consisting of the 'Version Manager' and each implemented GDAS version.
All GDAS requests should be directed to the 'GDAS Version Manager'. The manager determines which GDAS version should respond and then forwards the request to the correct GDAS module according to section 6.2.4 of the GDAS specification. Additional technical details are available in the Programmer's Manual. Installing GDASYou will need to deploy the gdas.war and gdas091.war to your J2EE web server. Included are directions for Tomcat 5.5. Different versions of Tomcat support different methods of doing this. The Tomcat Manager tool does not seem to work well when installed with the Tomcat Administrator tool so these instructions are to unpack the war files manually.
Configuring GDAS Version ManagerGDAS is not ready to run yet; it must be configured. Setting the cross-context attributeThe version manager forwards requests to other GDAS web containers on the same J2EE server (i.e. Apache Tomcat). In order for this to work the application's <Context> 'cross-context' attribute must be set to true. To do this using Apache Tomcat:
Invoke GDAS Version Manager
GDAS Version Manager is configured to respond to the
base url:
http://yourServer.gc/gdas/gdas?
Most likely there is no need to change this URL, however two parts of this URL can be configured:
Adding GDAS VersionsGDAS Version Manger comes configured to run GDAS 0.9.1. It can be configured to support future versions of GDAS by following these steps:
Configure Version 0.9.1You must configure GDAS version 0.9.1 before the Version Manager can do anything useful. To do this, follow the instructions in the GDAS 0.9.1 User Guide. |
||||
GDAS User Guide | GDAS 0.9.1 User Guide | GDAS 0.9.1 Configuration | JDBC Configuration | Programmer's Manual |