COMMAND (under EXECUTION for JGAS)
This is an optional JGAS configuration element that allows you to specify in a single command the DVM, application module, and parameters required to start an application.
Syntax
<COMMAND>command</COMMAND>
- The command specifies the DVM, application module, and parameters required to start an application.
Usage
You use this element if you need to specify in a single command the DVM, application module, and parameters required to start an application.
If
COMMAND
is defined: - The
DVM
andMODULE
elements are ignored. - If the
PARAMETERS
element is defined, parameters listed will be appended to the defined command.
Usage example
<COMMAND>$(res.fgldir)/bin/fglrun MyApplication.42r Parameter1 parameter2</COMMAND>
Parent elements
This element is a child of the EXECUTION (under APPLICATION for JGAS)
element.