MODULE

The MODULE element specifies the application module name.

Syntax

<MODULE>name</MODULE>
  1. name specifies the name of the application module to run.

Child elements

There are no child elements.

Usage

You use this element to specify the application module name you want to run.

You can specify either programname.42r or modulename.42m, as long as modulename.42m includes the MAIN statement for the program. For programs that do not use linking, the .42m option is typically the only available choice. In any case, the extension can be omitted altogether, as fglrun will start the program without it. For more information on how programs are compiled, refer to the Compiling source files section in the Genero Business Development Language User Guide.

While this element can be specified as part of an execution component element, it is typically defined in the EXECUTION element for an application or service.

If the MODULE element is omitted, the Genero Application Server uses the name of the requested application.
<MODULE>Edit</MODULE>
Tip:

If you encounter an error stating "Configuration: FGL_VMPROXY_COMMAND_LINE is missing," it means that the MODULE has not been set. Verify that you have included the MODULE element in your application or service configuration, or in the parent configuration.

Parent elements