The SERVICE_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 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.
Possible execution elements include:
Zero or more ENVIRONMENT_VARIABLE elements.
Zero or one PATH element.
Zero or one DVM element.
Zero or one WEB_COMPONENT element.
Zero or one MODULE element.
Zero or one AUTHENTICATION element.
Zero or one LIMIT_REQUEST_SIZE element.
Zero or one PARAMETERS element.
Zero or one ACCESS_CONTROL element.
Zero or one POOL element.
For more information on defining execution elements, refer to Setting the Execution Environment.
<EXECUTION Using="cpn.ws.execution.local" />
<EXECUTION Using="cpn.ws.execution.local"> <ENVIRONMENT_VARIABLE Id="FGLGUI>1</ENVIRONMENT_VARIABLE> </EXECUTION>