CONFIGURATION

This element is the starting point for the Genero Application Server configuration.

The CONFIGURATION element does not support any attributes.

Syntax

<CONFIGURATION>
  <APPLICATION_SERVER>...</APPLICATION_SERVER>
</CONFIGURATION>

Child elements

The CONFIGURATION element contains a single child element:

Example

<CONFIGURATION
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/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.