Creating a Group

A group consists of a group name and a directory in which external application configuration files can be placed.

When a front-end starts an application whose configuration information is in an external application configuration file, it must provide the group name to direct the GAS to the directory where the file resides, and the application name to identify which file to read. As with applications, a group is specified in the APPLICATION_LIST component of the Genero Application Server configuration file.

Syntax

<GROUP Id="groupId"> path </GROUP>
Note:
  1. groupId is the alias
  2. path is the physical path to the directory

Example

<GROUP Id="_default">$(res.path.app)</GROUP>
<GROUP Id="demo-gdc">$(res.path.app)/tutorial/appNotes</GROUP>

For information on how Genero Front-Ends may use GROUP entries, refer to the documentation for the specific front-end.