diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/IceBox/hello/config b/cpp/demo/IceBox/hello/config index 887e99674f2..f40833a64f0 100644 --- a/cpp/demo/IceBox/hello/config +++ b/cpp/demo/IceBox/hello/config @@ -69,9 +69,9 @@ IceSSL.Server.Config=sslconfig.xml # Glacier settings # Glacier.Router.Endpoints=default -p 10005 -Glacier.Client.Endpoints=tcp:udp:ssl -Glacier.Trace.Client=2 -Glacier.Trace.RoutingTable=1 +Glacier.Router.Client.Endpoints=tcp:udp:ssl +Glacier.Router.Trace.Client=2 +Glacier.Router.Trace.RoutingTable=1 # # Uncomment the following lines if you want to run this demo with Glacier |