TCP_PORT_OFFSET

The TCP_PORT_OFFSET element specifies the offset value of the port the GAS is listening.

Syntax

<TCP_PORT_OFFSET>offset</TCP_PORT_OFFSET>
  1. offset specifies the offset from the TCP_BASE_PORT number.

Child elements

There are no child elements.

Usage

You set this element to specify the offset from the base port.

The true port that the Genero Application Server is listening to is the port specified by TCP_BASE_PORT + TCP_PORT_OFFSET.

Usage example

<TCP_PORT_OFFSET>75</TCP_PORT_OFFSET>

Parent elements

This element is a child of INTERFACE_TO_CONNECTOR.