CONFIGURATION
The CONFIGURATION element is the starting point for the Genero
Application Server configuration.
Syntax
<CONFIGURATION xmlns:xsi=uri 
   xsi:noNamespaceSchemaLocation=schema>
  <APPLICATION_SERVER>...</APPLICATION_SERVER>
</CONFIGURATION>
- The uri defines the URL of the XML schema. The default value is "http://www.w3.org/2001/XMLSchema-instance".
 - The schema defines the GAS configuration file XML schema instance. The default value is http://www.4js.com/ns/gas/version/cfas.xsd
 
Child elements
The CONFIGURATION element contains a single child element:
- 
One
APPLICATION_SERVERelement. 
Usage
This element forms the root for all Genero Application Server configuration elements found in the as.xcf.
Example
<CONFIGURATION
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/4.00/cfas.xsd">
  <APPLICATION_SERVER>...</APPLICATION_SERVER>
</CONFIGURATION>
Parent elements
The CONFIGURATION element is the top-most element of the GAS configuration
        file. It has no parent element.