diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-27 14:51:47 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-27 14:51:47 +0000 |
commit | f77c20ca05a2571cff23949ac4c4e185a0f40936 (patch) | |
tree | e6d7ff6451363f13a488b01dad0a6ae41d4e4bba | |
parent | Fixed to work with Ice demo with InstanceName (diff) | |
download | ice-f77c20ca05a2571cff23949ac4c4e185a0f40936.tar.bz2 ice-f77c20ca05a2571cff23949ac4c4e185a0f40936.tar.xz ice-f77c20ca05a2571cff23949ac4c4e185a0f40936.zip |
Fixed to work with Ice demo with instance name
-rw-r--r-- | javae/demo/IceE/jdk/chat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javae/demo/IceE/jdk/chat/config b/javae/demo/IceE/jdk/chat/config index 5ae3d2bac21..83d3000811e 100644 --- a/javae/demo/IceE/jdk/chat/config +++ b/javae/demo/IceE/jdk/chat/config @@ -2,14 +2,14 @@ # The proxy to the Glacier2 router for all outgoing connections. This # must match the value of Glacier2.Client.Endpoints in config.glacier2. # -Ice.Default.Router=Glacier2/router:tcp -p 10005 +Ice.Default.Router=DemoGlacier2/router:tcp -p 10005 -h 127.0.0.1 # # The proxy for the Glacier2 router, installed in the client's # object adapter named Chat.Client. This router proxy must # match the value of Glacier2.Client.Endpoints. # -Chat.Client.Router=Glacier2/router:tcp -p 10005 +Chat.Client.Router=DemoGlacier2/router:tcp -p 10005 -h 127.0.0.1 # # We don't need any endpoints for the client if we use a |