COMPONENT_LIST
The COMPONENT_LIST
element provides a set of preset configurations such
as runtime environment, time outs, auto logout, and so on, that can be used by applications that
share common configurations.
Syntax
<COMPONENT_LIST>
[
SERVICE_APPLICATION_EXECUTION_COMPONENT]
[...]
[
WEB_APPLICATION_EXECUTION_COMPONENT]
[...]
[
WEB_APPLICATION_TIMEOUT_COMPONENT]
[...]
[
AUTO_LOGOUT_COMPONENT]
[...]
[
SERVICE_APPLICATION_TIMEOUT_COMPONENT]
[...]
</COMPONENT_LIST>
- The
COMPONENT_LIST
element does not support any attributes. - Components are grouped by type. Each component type is discussed in its own section of this manual.
Child elements
A COMPONENT_LIST
element may contain the following child elements:
- Zero to many SERVICE_APPLICATION_EXECUTION_COMPONENT elements.
- Zero to many WEB_APPLICATION_EXECUTION_COMPONENT elements.
- Zero to many WEB_APPLICATION_TIMEOUT_COMPONENT elements.
- Zero to many AUTO_LOGOUT_COMPONENT elements.
- Zero to many UA_OUTPUT_COMPONENT elements.
- Zero to many SERVICE_APPLICATION_TIMEOUT_COMPONENT elements.
Usage
You use this element to add components that define configurations such as runtime environment,
time outs, auto logout, etc., for use by applications that share common configurations. When
defining an application, you can then reference the component by its unique Id
value.
Parent elements
This element is a child of the APPLICATION_SERVER element.