EXECUTION (for a service)

The EXECUTION element sets the runtime environment for the application by specifying the parameters for executing a Web application. You can reference a predefined SERVICE_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.

Settings defined locally within the EXECUTION element override settings defined in included execution components.

Child elements

Possible execution elements include:

  1. Zero or more ENVIRONMENT_VARIABLE elements.
  2. Zero or one PATH element.
  3. Zero or one DVM element.
  4. Zero or one MODULE element.
  5. Zero or one PARAMETERS element.
  6. Zero or one ACCESS_CONTROL element.
  7. Zero or one DELEGATE element.
  8. Zero or one WEB_COMPONENT_DIRECTORY element.
  9. Zero or one POOL/xref> element.

Usage examples

<EXECUTION Using="cpn.ws.execution.local" />
<EXECUTION Using="cpn.ws.execution.local">
  <ENVIRONMENT_VARIABLE Id="FGLGUI>1</ENVIRONMENT_VARIABLE>
</EXECUTION>

Parent elements

This element is a child of one of the following elements: APPLICATION (for a service)