Back to Contents | GAS Configuration File Overview
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.
The COMPONENT_LIST element may contain the following child elements, or component types:
<CONFIGURATION>
<APPLICATION_SERVER>
...
<COMPONENT_LIST>
executionComponent [...]
applicationTimeoutComponent [...]
serviceTimeoutComponent [...]
pictureComponent [...]
renderingComponent [...]
themeComponent [...]
</COMPONENT_LIST>
...
</APPLICATION_SERVER>
</CONFIGURATION>
Notes: