The APPLICATION_LIST element

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 server configuration file.

For information about the general process of defining applications and groups, refer to the Adding Applications for Genero Web Client or Genero Desktop Client section of this manual.

The APPLICATION_LIST element provides a list of groups and Web applications (for Web applications defined within the Genero Application Server configuration file).

Syntax

<APPLICATION_LIST>
  [ <GROUP element.> ] [...]
  [ <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>