ADDRESS

The ADDRESS element specifies the machine where the Dynamic Virtual Machine (DVM) runs.

Syntax

<ADDRESS>address</ADDRESS>
  1. address is the name or IP address of the machine where the Dynamic Virtual Machine (DVM) runs. This address is used by the DVM to set (build) the FGLSERVER environment variable.

Usage

You use this element to specify the address of the machine where the DVM runs. Examples are shown of how to specify this using the server name and IP address.

Usage example by server name

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

Usage example by IP address

<INTERFACE_TO_DVM>
  <ADDRESS>192.127.45.17</ADDRESS>
</INTERFACE_TO_DVM>
Warning: Avoid using localhost or 127.0.0.1. The license server requires the real address of the machine to check the licenses. If your machine is not well configured, such settings return a bad address to the license server, which will then refuse to start a new DVM.

Parent elements

This element is a child of the INTERFACE_TO_DVM element.