GAS configuration file (as.xcf)
The Genero Application Server is configured through a configuration file. The default configuration file is as.xcf, located in the $FGLASDIR/etc directory.
The configuration file serves as a global configuration for the GAS and the applications that run on it. It is an XML file that contains a list of configuration elements.
- The root element is the
CONFIGURATIONelement. This element has a single child element, theAPPLICATION_SERVERelement, which defines the GAS. - The
RESOURCE_LISTelement provides a platform-specific resource configuration for Windows® and UNIX® systems. - The
COMPONENT_LISTelement provides support for component configuration in the GAS. Where there is ausingattribute in, for example theAPPLICATIONelement, a component element can be referenced to provide default configurations for applications and services. - The
APPLICATION_LISTelement provides support for abstract application definition. It contains a list of default groups and abstract application configurations that define details that are common to many applications. Where there is aParentattribute in, for example, anAPPLICATIONelement, it inherits the configuration of the parent application. - The
SERVICE_LISTprovides support for abstract service application definitions.
See GAS configuration file hierarchy for a full list of valid elements and their place in the file hierarchy.
To create a new Genero Application Server configuration file, create a copy of the default and make modifications in the copy. Use the dispatcher -f option to specify which configuration file to use when starting the Genero Application Server. If you do not specify a specific file, the default (as.xcf) is used.