Archived

This forum has been archived. Please start a new discussion on GitHub.

Wrong port number in example configuration

Hi,

I think there is an inconsistency in the port numbers used in the Glacier2 configuration examples in Ice-3.3.1.pdf.

On page 1644:
43.3.1Configuring the Router
The following router configuration properties establish the necessary endpoint and
define when a session expires due to inactivity:
Glacier2.Client.Endpoints=tcp -h 5.6.7.8 -p 4063

However, on page 1647 the port 8000 is mentioned:

43.3.4Configuring the Client
The following properties configure a client to use a Glacier2 router:
43.3 Using Glacier2 1647
Ice.Default.Router=Glacier2/router:tcp -h 5.6.7.8 -p 8000
Ice.ACM.Client=0
Ice.RetryIntervals=-1
The value of the Ice.Default.Router property is a proxy whose endpoints
must match those in Glacier2.Client.Endpoints.

If I understand it correctly, the port number should be 4063 instead of 8000.

Thanks,
Andrey.

Comments