The APPLICATION_LIST element / APPLICATION |
The EXECUTION element sets the runtime environment for the application by specifying the parameters for executing a Web application. You can reference a predefined WEB APPLICATION EXECUTION COMPONENT to inherit the runtime environment settings of that component by including the Using attribute, specifying the unique identifier for that execution component, and/or you can set individual execution elements specific to the application.
The attribute AllowUrlParameters attribute defines whether the parameters provided on the command line should be ignored ("FALSE", default value) or provided to the DVM ("TRUE").
Settings defined locally within the EXECUTION element override settings defined in included execution components.
The EXECUTION element may contain the following child elements:
For more information on defining execution elements, see xxx_APPLICATION_EXECUTION_COMPONENT.
<EXECUTION Using="cpn.wa.execution.local" />
<EXECUTION Using="cpn.wa.execution.local"> <ENVIRONMENT_VARIABLE Id="FGLGUI>1</ENVIRONMENT_VARIABLE> </EXECUTION>
<EXECUTION AllowUrlParameters="TRUE"> <PATH>/home/examples/BuiltIn/Arguments</PATH> </EXECUTION>