EAServer on UNIX platforms allows you to configure multiple host addresses for network listeners (URLs), which is useful when the machine is configured with multiple network interfaces. When specifying the URL, you can enter multiple URLs, separated by commas. For example:
http://host1:2000,http://host2:2000
You can also enter the value 0.0.0.0
,
which causes EAServer to listen on all of the machine’s
host or IP addresses. When using multiple host addresses, EAServer
creates a URL for each host on the specified port. If the server
is in a cluster and you use 0.0.0.0, there is no localhost listener.