diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Glacier2/callback/README | 2 | ||||
-rw-r--r-- | cpp/demo/Glacier2/chat/README | 2 | ||||
-rw-r--r-- | cpp/demo/IcePack/hello/README | 5 | ||||
-rw-r--r-- | cpp/demo/IcePack/simple/README | 5 | ||||
-rw-r--r-- | cpp/demo/IceStorm/clock/README | 4 |
5 files changed, 8 insertions, 10 deletions
diff --git a/cpp/demo/Glacier2/callback/README b/cpp/demo/Glacier2/callback/README index 619e660690a..b8761d45857 100644 --- a/cpp/demo/Glacier2/callback/README +++ b/cpp/demo/Glacier2/callback/README @@ -22,7 +22,7 @@ $ ./sessionserver In a separate window, start the Glacier2 router: -$ ../../../bin/glacier2router --Ice.Config=config.glacier2 +$ glacier2router --Ice.Config=config.glacier2 In a separate window, start the client: diff --git a/cpp/demo/Glacier2/chat/README b/cpp/demo/Glacier2/chat/README index 76442d43d21..96420eaac7d 100644 --- a/cpp/demo/Glacier2/chat/README +++ b/cpp/demo/Glacier2/chat/README @@ -18,7 +18,7 @@ $ ./server In a separate window, start the Glacier2 router: -$ ../../../bin/glacier2router --Ice.Config=config.glacier2 +$ glacier2router --Ice.Config=config.glacier2 In a separate window, start the client: diff --git a/cpp/demo/IcePack/hello/README b/cpp/demo/IcePack/hello/README index c8756f588b9..416f6dac5f8 100644 --- a/cpp/demo/IcePack/hello/README +++ b/cpp/demo/IcePack/hello/README @@ -11,12 +11,11 @@ To run the demo: Start the IcePack service: -$ ../../../bin/icepacknode --Ice.Config=config --warn +$ icepacknode --Ice.Config=config --warn In a separate window: -$ ../../../bin/icepackadmin --Ice.Config=config -e \ - "application add 'application.xml'" +$ icepackadmin --Ice.Config=config -e "application add 'application.xml'" $ ./client This will deploy the servers described in the file "application.xml" diff --git a/cpp/demo/IcePack/simple/README b/cpp/demo/IcePack/simple/README index c8756f588b9..9910cb3e52e 100644 --- a/cpp/demo/IcePack/simple/README +++ b/cpp/demo/IcePack/simple/README @@ -11,12 +11,11 @@ To run the demo: Start the IcePack service: -$ ../../../bin/icepacknode --Ice.Config=config --warn +$ icepacknode --Ice.Config=config --warn In a separate window: -$ ../../../bin/icepackadmin --Ice.Config=config -e \ - "application add 'application.xml'" +$ icepackadmin --Ice.Config=config -e \ "application add 'application.xml'" $ ./client This will deploy the servers described in the file "application.xml" diff --git a/cpp/demo/IceStorm/clock/README b/cpp/demo/IceStorm/clock/README index 0f0c4bafecf..2a49665f45e 100644 --- a/cpp/demo/IceStorm/clock/README +++ b/cpp/demo/IceStorm/clock/README @@ -11,14 +11,14 @@ To run the demo: Start the IceStorm service: -$ ../../../bin/icebox --Ice.Config=config_service +$ icebox --Ice.Config=config_service This configuration assumes there is a subdirectory named db in the current working directory. In a separate window: -$ ../../../bin/icestormadmin --Ice.Config=config -e "create time" +$ icestormadmin --Ice.Config=config -e "create time" $ ./subscriber In another window: |