diff options
-rw-r--r-- | cpp/demo/Glacier2/callback/README | 12 | ||||
-rw-r--r-- | cpp/demo/Glacier2/chat/README | 12 | ||||
-rw-r--r-- | cs/demo/Glacier2/callback/README | 12 | ||||
-rw-r--r-- | java/demo/Glacier2/callback/README | 12 | ||||
-rw-r--r-- | vb/demo/Glacier2/callback/README | 20 |
5 files changed, 34 insertions, 34 deletions
diff --git a/cpp/demo/Glacier2/callback/README b/cpp/demo/Glacier2/callback/README index 81f8a44166c..c164ffc7969 100644 --- a/cpp/demo/Glacier2/callback/README +++ b/cpp/demo/Glacier2/callback/README @@ -18,9 +18,9 @@ In a separate window, start the client: $ client If you plan to run this demo using clients running on different -hosts than the glacier2router it is necessary to first modify the -configuration. You need to change the Glacier2.Client.Endpoints propery -in config.glacier2 and the Ice.Default.Router and Callback.Client.Router -properties in config. In all cases you must replace the "-h 127.0.0.1" -paramater with the actual external address of the machine glacer2router -is running on. +hosts than the glacier2router, it is necessary to first modify the +configuration. You need to change the Glacier2.Client.Endpoints +property in config.glacier2 and the Ice.Default.Router and +Callback.Client.Router properties in config. In all cases you must +replace the "-h 127.0.0.1" parameter with the actual external address +of the machine on which glacier2router is running. diff --git a/cpp/demo/Glacier2/chat/README b/cpp/demo/Glacier2/chat/README index bd2e2dafe67..e0b0ebb11e3 100644 --- a/cpp/demo/Glacier2/chat/README +++ b/cpp/demo/Glacier2/chat/README @@ -14,9 +14,9 @@ In a separate window, start the client: $ client If you plan to run this demo using clients running on different -hosts than the glacier2router it is necessary to first modify the -configuration. You need to change the Glacier2.Client.Endpoints propery -in config.glacier2 and the Ice.Default.Router and Callback.Client.Router -properties in config. In all cases you must replace the "-h 127.0.0.1" -paramater with the actual external address of the machine glacer2router -is running on. +hosts than the glacier2router, it is necessary to first modify the +configuration. You need to change the Glacier2.Client.Endpoints +property in config.glacier2 and the Ice.Default.Router and +Callback.Client.Router properties in config. In all cases you must +replace the "-h 127.0.0.1" parameter with the actual external address +of the machine on which glacier2router is running. diff --git a/cs/demo/Glacier2/callback/README b/cs/demo/Glacier2/callback/README index c53fbe14e1f..c69bf95fcd5 100644 --- a/cs/demo/Glacier2/callback/README +++ b/cs/demo/Glacier2/callback/README @@ -18,9 +18,9 @@ In a separate window, start the client: $ client.exe If you plan to run this demo using clients running on different -hosts than the glacier2router it is necessary to first modify the -configuration. You need to change the Glacier2.Client.Endpoints propery -in config.glacier2 and the Ice.Default.Router and Callback.Client.Router -properties in config. In all cases you must replace the "-h 127.0.0.1" -paramater with the actual external address of the machine glacer2router -is running on. +hosts than the glacier2router, it is necessary to first modify the +configuration. You need to change the Glacier2.Client.Endpoints +property in config.glacier2 and the Ice.Default.Router and +Callback.Client.Router properties in config. In all cases you must +replace the "-h 127.0.0.1" parameter with the actual external address +of the machine on which glacier2router is running. diff --git a/java/demo/Glacier2/callback/README b/java/demo/Glacier2/callback/README index cbb738ee57a..d723af8c5b6 100644 --- a/java/demo/Glacier2/callback/README +++ b/java/demo/Glacier2/callback/README @@ -20,9 +20,9 @@ In a separate window, start the client: $ java Client If you plan to run this demo using clients running on different -hosts than the glacier2router it is necessary to first modify the -configuration. You need to change the Glacier2.Client.Endpoints propery -in config.glacier2 and the Ice.Default.Router and Callback.Client.Router -properties in config. In all cases you must replace the "-h 127.0.0.1" -paramater with the actual external address of the machine glacer2router -is running on. +hosts than the glacier2router, it is necessary to first modify the +configuration. You need to change the Glacier2.Client.Endpoints +property in config.glacier2 and the Ice.Default.Router and +Callback.Client.Router properties in config. In all cases you must +replace the "-h 127.0.0.1" parameter with the actual external address +of the machine on which glacier2router is running. diff --git a/vb/demo/Glacier2/callback/README b/vb/demo/Glacier2/callback/README index 02a3c12a13c..df8e5c776dc 100644 --- a/vb/demo/Glacier2/callback/README +++ b/vb/demo/Glacier2/callback/README @@ -3,24 +3,24 @@ implementation of a Glacier2 session server. To run the demo, first start the server: -$ ./server +$ server.exe In a separate window, start the session server: -$ ./sessionserver +$ sessionserver.exe In a separate window, start the Glacier2 router: -$ glacier2router --Ice.Config=config.glacier2 +$ glacier2router.exe --Ice.Config=config.glacier2 In a separate window, start the client: -$ ./client +$ client.exe If you plan to run this demo using clients running on different -hosts than the glacier2router it is necessary to first modify the -configuration. You need to change the Glacier2.Client.Endpoints propery -in config.glacier2 and the Ice.Default.Router and Callback.Client.Router -properties in config. In all cases you must replace the "-h 127.0.0.1" -paramater with the actual external address of the machine glacer2router -is running on. +hosts than the glacier2router, it is necessary to first modify the +configuration. You need to change the Glacier2.Client.Endpoints +property in config.glacier2 and the Ice.Default.Router and +Callback.Client.Router properties in config. In all cases you must +replace the "-h 127.0.0.1" parameter with the actual external address +of the machine on which glacier2router is running. |