This element acts as a parent container for all Genero
Application Server configuration elements.
The APPLICATION_SERVER element does not support
any attributes.
Syntax
<APPLICATION_SERVER>
<RESOURCE_LIST>...</RESOURCE_LIST>
<COMPONENT_LIST>...</COMPONENT_LIST>
<INTERFACE_TO_CONNECTOR>...</INTERFACE_TO_CONNECTOR>
<INTERFACE_TO_DVM>...</INTERFACE_TO_DVM>
<LOG>...</LOG>
<MONITOR>...</MONITOR>
<FILE_TRANSFER>...</FILE_TRANSFER>
<AUTHENTICATION>...</AUTHENTICATION>
<APPLICATION_LIST>...</APPLICATION_LIST>
<SERVICE_LIST>...</SERVICE_LIST>
</APPLICATION_SERVER>
Child elements
The APPLICATION_SERVER element
contains the following child elements:
- One RESOURCE_LIST element,
containing a list of resources.
- One COMPONENT_LIST element,
containing a list of components.
- One INTERFACE_TO_CONNECTOR element,
specifying the interface between the Genero Application Server (GAS)
and the GAS Connector. The connector is either the ISAPI, FastCGI,
or J2EE extension, or the user agent through direct connection.
- One INTERFACE_TO_DVM element,
specifying the interface to the Dynamic Virtual Machine.
- Zero or more LOG elements,
specifying the type of information that is logged and where
it is logged to.
- Zero or one MONITOR element,
specifying the specifies from which machines the monitor
URL is accessible.
- Zero or more FILE_TRANSFER elements,
specifying the directory where files are stored while being
transferred between the front-end machine and the DVM.
- Zero or one AUTHENTICATION element,
specifying authentication parameters.
- Zero or one APPLICATION_LIST element,
containing a list of applications.
- Zero or one SERVICE_LIST element,
containing a list of Web Services.
Example
<CONFIGURATION
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/cfas.xsd">
<APPLICATION_SERVER>
...
</APPLICATION_SERVER>
</CONFIGURATION>