To run this demo, open two terminal windows. In the first window,
start the IceBox server:

$ java IceBox.Server --Ice.Config=config.icebox

In the second window, run the client:

$ java Client

To shut down IceBox, use IceBox.Admin:

$ java IceBox.Admin --Ice.Config=config.icebox shutdown
