| GDAS User Guide | GDAS 0.9.1 User Guide | GDAS 0.9.1 Configuration | JDBC Configuration | Programmer's Manual |
|
GDAS is configured using three XML documents:
GDAS advertises the information it has available by returning a GetCapabilities.xml file in response to the GDAS GetCapabilities request (GDAS 0.9.1 specification section 7.1). Each deployment of GDAS will have a unique GetCapabilities.xml document describing the data sets it has available. In order to respond to the GDAS GetData request, each GDAS deployment must retrieve data advertised in the GetCapabilities.xml by using information in the dataHandlerConfig.xml. |
||||
web.xmlFile Naming and Location Once GDAS is deployed on the J2EE server (we are using Tomcat) the web.xml file can be found at: TOMCAT_HOME/webapps/gdas091/WEB-INF/web.xml TOMCAT_HOME is the directory where tomcat is installed. The name of the file returned by a GetCapabilities request, the name of the DataHandlerConfig file and the directory in which they are located are defined in the web.xml file. These values are already configured and do not have to be changed. If you do wish to change the names of one of these files or change the directory they are stored in, you must edit the following web.xml elements:
GetCapabilities.xmlThe GetCapabilities template file is found in the distribution: GDAS_Distribution/src/GDAS_091/configFiles/ GetCapabilities091Template.xml Using the following instructions as a supplement to the GDAS 0.9.1 Specification to make entries in this template file. |
||||
|
||||
DataHandlerConfig.xmlA dataHandlerConfig.xml template file is located at: GDAS_Distribution/src/gdas091/configFiles/ dataHandlerConfig091Template.xml Each <Dataset> element in the GetCapabilities.xml represents a specific set of data stored in a database, databasefile (.dbf) or some other kind of data storage implementation. The DataHandlerConfig.xml configures GDAS to locate and query the requested dataset's storage in order to reply to a GDAS GetData request. The DataHandlerConfig.xml's schema is included in the GDAS_091 distribution as: The dataHandelerConfig.xsd schema was created for this implementation of GDAS and is not part of the GDAS 0.9.1 specification. Complete the dataHandlerConfig.xml file |
||||
|
||||
| GDAS User Guide | GDAS 0.9.1 User Guide | GDAS 0.9.1 Configuration | JDBC Configuration | Programmer's Manual |