The INTERFACE_TO_DVM element

The INTERFACE_TO_DVM element in the Genero Application Server (GAS) configuration file specifies the connection between the GAS and the Dynamic Virtual Machine (DVM). This element specifies the address of the host where the GAS dispatcher runs.

There can only be one INTERFACE_TO_DVM element specified in a given Genero Application Server configuration file.

Syntax

<INTERFACE_TO_DVM>
  <ADDRESS> address </ADDRESS>
</INTERFACE_TO_DVM>

Child elements

The INTERFACE_TO_DVM element contains a child element:

  1. One ADDRESS element.

Example

<INTERFACE_TO_DVM>
  <ADDRESS>app_server</ADDRESS>
</INTERFACE_TO_DVM>