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 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 WEB_COMPONENT element.

  5. Zero or one MODULE element.

  6. Zero or one AUTHENTICATION element.

  7. Zero or one LIMIT_REQUEST_SIZE element.

  8. Zero or one PARAMETERS element.

  9. Zero or one ACCESS_CONTROL element.

  10. Zero or one POOL element.

For more information on defining execution elements, refer to Setting the Execution Environment.

Usage examples

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