Archived

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

how to run "hello world" at different system?

HI,I am from china.
when i run ICE3.0\demo\ice\Hello\client.exe and ICE3.0\demo\ice\Hello\server.exe in same system is success!
But i run server.exe at 192.168.2.151(windows),run client.exe at 192.168.2.88(windows),failure to communicate,how to config?
thank you

Comments

  • matthew
    matthew NL, Canada
    Please see this post for a support policy on this forum. http://www.zeroc.com/vbulletin/showthread.php?t=1697
  • ok

    ok,mission complete,please answer my question,thank you;)
  • matthew
    matthew NL, Canada
    You need to alter the configuration file. Change:

    #
    # The client reads this property to create the reference to the
    # "hello" object in the server.
    #
    Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001

    to

    #
    # The client reads this property to create the reference to the
    # "hello" object in the server.
    #
    Hello.Proxy=hello:tcp -h 192.168.2.151 -p 10000:udp -h 192.168.2.151 -p 10000:ssl -h 192.168.2.151 -p 10001
  • success

    ok,success,thank you very much!