Child pages
  • Section [TCP], key IP

 

In a server with more than one network interface, the IP key indicates the interface (through the IP) that the TOTVS | Application Server will bind.

(info) When not configured, at startup the server blocks the port of all interfaces. 

(warning) You cannot specify more than one interface for the TOTVS | Application Server to bind.

Valid Values

See below the values valid for the key

ValueDescription
0.0.0.0

Define that the server used will bind all available interfaces (default)

127.0.0.1

Define that the server used will bind the interface the IP of which is 127.0.0.1

<Server IP>

Define that the server used will bind the interface the IP of which is <Server IP>

Example

[TCP]
type=TCPIP
port=1234
ip=172.16.84.213

When configured, the server records in console in which interface and port the bind was made.

[INFO ][SERVER] [Thread 3472] Application Server started on 172.16.84.213:25011