EXECUTION

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.

Child elements

The EXECUTION element may contain the following child elements:

  1. Zero to many ENVIRONMENT_VARIABLE elements.
  2. Zero or one PATH element.
  3. Zero or one DVM element.
  4. Zero or one WEB_COMPONENT element.
  5. Zero or one MODULE element.
  6. Zero or one LIMIT_REQUEST_SIZE element.
  7. Zero or one AUTHENTICATION element.
  8. Zero or one PARAMETERS element.
  9. Zero or one ACCESS_CONTROL element.
  10. Zero or one DELEGATE element.

For more information on defining execution elements, see xxx_APPLICATION_EXECUTION_COMPONENT.

Usage examples

<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>