Suppose there is a Client(IP:1.2.3.4)/Server(IP: 10.0.0.1) system which uses a Glacier2(IP: 5.6.7.8/10.0.0.2) to handle firewall issues. Further, the Client provide callbacks, so the Client has to make configuration as follows:
I have read Chapter 39.4.4 of Ice manual(2.1.1). However, I can not figure out why we have to use two different config items to use callbacks. I think, most of time (or all of time), these two config items should have the same value(Glacier2/router:tcp -h 5.6.7.8 -p 10005).Code:Ice.Default.Router=Glacier2/router:tcp -h 5.6.7.8 -p 10005 CallbackObjectAdapter.Router=Glacier2/router:tcp -h 5.6.7.8 -p 10005
Thank you!

Reply With Quote