APPLICATION_LIST
The APPLICATION_LIST
element provides a list of default groups and
abstract application configurations.
Syntax
<APPLICATION_LIST>
[ <GROUP>...</GROUP>] [...]
[ <APPLICATION>...</APPLICATION> ] [...]
</APPLICATION_LIST>
Child elements
The APPLICATION_LIST
element may contain the following child elements:
- Zero or more
GROUP
elements. - Zero or more
APPLICATION
elements.
Usage
This element is defined within the Genero Application Server (GAS) configuration file (as.xcf). For each application to be served by the GAS, you must provide the details for that application in either the GAS configuration file or in an external application configuration file (xcf).
Example usage in as.xcf
<APPLICATION LIST>
<GROUP Id="appgroup">/home/appgroup</GROUP>
<APPLICATION Id="gwc-demo" Parent="defaultgwc">
<EXECUTION>
<PATH>$(res.path.fgldir.demo)</PATH>
<MODULE>demo.42r</MODULE>
</EXECUTION>
</APPLICATION>
</APPLICATION_LIST>
Parent elements
This element is a child of the APPLICATION_SERVER
element.