Archived

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

3.3.1 manual typo

At

http://www.zeroc.com/doc/Ice-3.3.1/manual/Glacier2.44.3.html

the router configuration is shown as
Glacier2.Client.Endpoints=tcp ‑h 5.6.7.8 ‑p 4063

but the client configuration is shown as
Ice.Default.Router=Glacier2/router:tcp ‑h 5.6.7.8 ‑p 8000

should the port number be 4063 instead:
Ice.Default.Router=Glacier2/router:tcp ‑h 5.6.7.8 ‑p 4063

Comments

  • In fact, it looks like many of the configuration examples use port 8000, which is somewhat well known as an alternate HTTP port, so maybe all of them should be changed to 4063.
  • Thank for pointing this out Blair, we'll fix that for the next release!

    Cheers,

    Michi.