INTERFACE_TO_DVM

The INTERFACE_TO_DVM element specifies the address of the host where the GAS dispatcher runs.

There can only be one INTERFACE_TO_DVM element specifying the connection between the GAS and the Dynamic Virtual Machine (DVM) 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>

Parent elements

This element is a child of one of the following elements: APPLICATION_SERVER