Back to Contents | GAS Configuration File Overview


Component List - Configuration Reference

Within the Genero Application Server configuration file, you can define various application components. Components are sets of preset variables, and are used by applications that share common configurations.  Within the COMPONENT_LIST element, you specify  components to be available for use by applications. When defining an application, you can then reference the component by its unique Id.

Components are grouped by type. Each component type is discussed in its own section of this manual.

Types of components:

The COMPONENT_LIST element may contain the following child elements, or component types:

Syntax:

<CONFIGURATION>
  <APPLICATION_SERVER>
    ...
    <COMPONENT_LIST>
      executionComponent [...]
      applicationTimeoutComponent [...]
      serviceTimeoutComponent [...]
      pictureComponent [...]
      renderingComponent [...]
      themeComponent [...]
  </COMPONENT_LIST>
    ...
  </APPLICATION_SERVER>
</CONFIGURATION>
Notes:
  1. The COMPONENT_LIST element does not support any attributes.

Back to the top