1 This example demonstrates the use of a Glacier2 router with a set of
2 well known server objects. In this demo no Glacier2 session manager is
5 To run the demo, first start the server:
9 In a separate window, start the Glacier2 router:
11 $ glacier2router --Ice.Config=config.glacier2
13 In a separate window, start the client:
17 If you plan to run this demo using clients on different hosts than
18 the router, you must first modify the configuration. You need to
19 change the Glacier2.Client.Endpoints property in config.glacier2 and
20 the Ice.Default.Router and Callback.Client.Router properties in
21 config.client. In all cases you must replace the "-h 127.0.0.1"
22 parameter with the actual external address of the machine on which
23 glacier2router is running.