TCP_ADMIN_PORT
The TCP_ADMIN_PORT
element specifies the port the Genero Application
Server uses for administration tasks.
This is an optional element of the INTERFACE_TO_CONNECTOR
element.
Syntax
<TCP_ADMIN_PORT>port</TCP_ADMIN_PORT>
- port specifies the port number for GAS administration.
Child elements
There are no child elements.
Usage
gasadmin commands such as listing or closing sessions are run on this port.
The default is set at 6999 by the $(res.ic.admin.port)
resource. If you need to
set the port, use this element to specify the value of the port the Genero Application Server is
listening on.
Usage example
<TCP_ADMIN_PORT>6999</TCP_ADMIN_PORT>
Parent elements
This element is a child of INTERFACE_TO_CONNECTOR.