Reference / GAS Configuration Reference |
Configure for Genero Web applications and services using a subset of the elements provided for the Genero Application Server configuration.
Configuration for an application can either be provided in the Genero Application Server configuration file or in an application-specific external configuration file. Using an external configuration file for each application is the preferred method.
The configuration file is written using XML. The document consists of elements, the boundaries of which are either delimited by start-tags and end-tags, or, for empty elements, by an empty-element tag. Each element has a type, identified by name, sometimes called its "generic identifier" (GI), and may have a set of attributes. Each attribute specification has a name and a value.
The top-most element for application configuration is the APPLICATION element.
When you make a change to the Genero Application Server configuration file, you must restart the dispatcher before the changes are applied. When you make a change to an external application configuration file, applications started after you save your changes use the changed settings.