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 (the name of the .42r module) you want to run.

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 receive an error that states ""Configuration" FGL_VMPROXY_COMMAND_LINE is missing", the MODULE has not been set. Verify that you have provided the MODULE element in your application or service configuration (or in the parent configuration).

Parent elements