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>
  1. The uri defines the URL of the XML schema. The default value is "http://www.w3.org/2001/XMLSchema-instance".
  2. 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:

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/5.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.