Archived

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

IceStorm issue (Configuration?)

Hi,

I wrote a simple test program that allows clients to make calls to objects within it and also broadcasts some updates via IceStorm to be received by clients.

Now, all works fine if the server and client(s) are running on the same machine. But any clients running on other machines attempting to connect to IceStorm to connect to the topic get a IceConnectionRefused exception.

Are there some configuration settings that I need to set on the IceStorm service to allow clients to connect remotely?

Tks.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    You should enable network tracing to see on which network interface IceStorm is listening. See this FAQ for more information. To configure the IceStorm endpoints, see the IceStorm chapter in the manual. Let us know if you need more information!


    Cheers,
    Benoit.
  • Thanks.

    Problem sorted :)