ICE 3.4.2
[php5-ice-freebsdport.git] / cs / demo / IceBox / hello / README
blob17df37fdb0b12f86236a44989aa59b2f05cae646
1 To run this demo, open two terminal windows. In the first window,
2 start the IceBox server:
4 $ iceboxnet.exe --Ice.Config=config.icebox
6 In the second window, run the client:
8 $ client.exe
10 To shut down IceBox, use iceboxadmin:
12 $ iceboxadmin --Ice.Config=config.admin shutdown
15 Note for 64 bit Windows:
17 In order to run this demo under 64 bit Windows you must add
18 <ice-install-dir>\bin to your PATH, since that is where iceboxnet.exe
19 is located.
21 Note for Visual Studio 2010 / .NET 4.0 users:
23 You need to configure iceboxnet.exe to use the .NET 4.0 runtime. See
24 the release notes for details.