The CONFIGURATION element / The APPLICATION_SERVER element |
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.
<CONFIGURATION> <APPLICATION_SERVER> ... <COMPONENT_LIST> executionComponent [...] applicationTimeoutComponent [...] serviceTimeoutComponent [...] pictureComponent [...] renderingComponent [...] httpCookiesComponent [...] themeComponent [...] </COMPONENT_LIST> ... </APPLICATION_SERVER> </CONFIGURATION>
A COMPONENT_LIST element may contain the following child elements:
Zero to many WEB_APPLICATION_EXECUTION_COMPONENT elements.
Zero to many SERVICE_APPLICATION_EXECUTION_COMPONENT elements.
Zero to many WEB_APPLICATION_TIMEOUT_COMPONENT elements.
Zero to many SERVICE_APPLICATION_TIMEOUT_COMPONENT elements.
Zero to many WEB_APPLICATION_PICTURE_COMPONENT elements.
Zero to many WEB_APPLICATION_RENDERING_COMPONENT elements.
Zero to many WEB_APPLICATION_HTTP_COOKIES_COMPONENT elements.
Zero to many WEB_APPLICATION_THEME_COMPONENT elements.