diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-10-12 18:10:00 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-10-12 18:10:00 +0000 |
commit | 727ef3a02ef870fba400fab19a2bc2c2809472bb (patch) | |
tree | 11a304161b48a203c4b8e38654114c9231d6e118 /java | |
parent | Fixes (diff) | |
download | ice-727ef3a02ef870fba400fab19a2bc2c2809472bb.tar.bz2 ice-727ef3a02ef870fba400fab19a2bc2c2809472bb.tar.xz ice-727ef3a02ef870fba400fab19a2bc2c2809472bb.zip |
minor edits
Diffstat (limited to 'java')
-rw-r--r-- | java/demo/Glacier2/callback/README | 12 |
1 files changed, 6 insertions, 6 deletions
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. |