COMPONENT_LIST

The COMPONENT_LIST element provides a set of preset configurations such as runtime environment, time outs, auto logout, etc., 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> 
  1. The COMPONENT_LIST element does not support any attributes.
  2. 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:

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.