TCP_BASE_PORT

The TCP_BASE_PORT element specifies the base value of the port the Genero Application Server is listening.

Syntax

<TCP_BASE_PORT>base</TCP_BASE_PORT>
  1. base specifies the base port number for the GAS.

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

Child elements

There are no child elements.

Usage

You use this element to specify the base value of the port the Genero Application Server is listening.

Usage example

<TCP_BASE_PORT>6420</TCP_BASE_PORT>

Parent elements

This element is a child of INTERFACE_TO_CONNECTOR.