APPLICATION_LIST

The APPLICATION_LIST element provides a list of default groups and abstract application configurations.

This element is defined within the Genero Application Server configuration file.

For each application to be serviced by the Genero Application Server, you must provide the details for that application in either the Genero Application Server configuration file or in an external application configuration file (xcf).

For information about the general process of defining applications and groups, refer to the Configuring applications on GAS section of this manual.

Syntax

<APPLICATION_LIST>
  [ <GROUP>...</GROUP>] [...]
  [ <APPLICATION>...</APPLICATION> ] [...]
</APPLICATION_LIST>

Child elements

The APPLICATION_LIST element may contain the following child elements:

  1. Zero or more GROUP elements.
  2. Zero or more APPLICATION elements.

Example

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