The COMPONENT_LIST element / xxx_APPLICATION_EXECUTION_COMPONENT |
The WEB_APPLICATION_EXECUTION_COMPONENT defines a set of execution parameters that are used when starting the Web application. It takes an attribute Id, which specifies the unique identifier for this set of execution definitions. It is this unique identifier that is referenced by an application, providing that application with its set of execution parameters. The attribute AllowUrlParameters defines whether the parameters provided in the request query string should be ignored ("FALSE", default value) or provided to the DVM ("TRUE").
<WEB_APPLICATION_EXECUTION_COMPONENT Id="compId" [ AllowUrlParameters="allowParam" ] > [ <ENVIRONMENT_VARIABLE Id="envId" > env </ENVIRONMENT_VARIABLE> [...] ] [ <PATH> path </PATH> ] [ <DVM> dvm </DVM> ] [ <WEB_COMPONENT> webComponent </WEB_COMPONENT> ] [ <MODULE> module </MODULE> ] [ <AUTHENTICATION> authtype </AUTHENTICATION> ] [ <LIMIT_REQUEST_SIZE> limitRequestSize </LIMIT_REQUEST_SIZE> ] [ <PARAMETERS> parameterSettings </PARAMETERS> ] [ <ACCESS_CONTROL> accessSettings </ACCESS_CONTROL> ] [ <DELEGATE> delegateSettings </DELEGATE> ] </WEB_APPLICATION_EXECUTION_COMPONENT>
The WEB_APPLICATION_EXECUTION_COMPONENT element may contain the following child elements:
<WEB_APPLICATION_EXECUTION_COMPONENT Id="cpn.wa.execution.local"> <ENVIRONMENT_VARIABLE Id="FGLDIR">$(res.fgldir) </ENVIRONMENT_VARIABLE> <ENVIRONMENT_VARIABLE Id="PATH">$(res.path) </ENVIRONMENT_VARIABLE> <ENVIRONMENT_VARIABLE Id="INFORMIXDIR">$(res.informixdir) </ENVIRONMENT_VARIABLE> <ENVIRONMENT_VARIABLE Id="INFORMIXSERVER">$(res.informixserver) </ENVIRONMENT_VARIABLE> ... <DVM>$(res.dvm.wa)</DVM> </WEB_APPLICATION_EXECUTION_COMPONENT>