At
http://www.zeroc.com/doc/Ice-3.3.1/m...ier2.44.3.html
the router configuration is shown as
but the client configuration is shown asCode:Glacier2.Client.Endpoints=tcp ‑h 5.6.7.8 ‑p 4063
should the port number be 4063 instead:Code:Ice.Default.Router=Glacier2/router:tcp ‑h 5.6.7.8 ‑p 8000
Code:Ice.Default.Router=Glacier2/router:tcp ‑h 5.6.7.8 ‑p 4063

Reply With Quote