Archived

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

IceGrid Glacier2 Example

Is there an IceGrid/Glacier2 example I could look at? Preferable with and IceStorm in the IceGrid?

Thanks in advance!

Comments

  • benoit
    benoit Rennes, France
    Hi Tim,

    No, there's currently no such example included with the Ice distribution. There's not much to do to enable an Ice client to use servers managed by IceGrid behind Glacier2. You just need to configure the Glacier2 router with the Ice.Default.Locator property in order for the router to be able to resolve indirect proxies on behalf of the clients.

    See also this section in the Ice manual for more information. Let us know if you need more information or if you can't get this to work!

    Cheers,
    Benoit.
  • matthew
    matthew NL, Canada
    There are lots of newsletter articles that use Glacier2 & IceGrid. For example, issue 18, issue 19 and issue 20 all deploy applications that use Glacier2 using IceGrid. You can also look at all of the chat demos in the earlier issues which all used Glacier2.
  • Thank you Matthew and Benoit for the responses.

    I had gone through those demos and just wanted to reassure myself on the IceStorm implementation.