diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 15:32:23 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 15:32:23 +0000 |
commit | 30fec93a8099173baf8180fc5d7736c55cff8a5b (patch) | |
tree | 977447ff0a22c8f0710a19e26aa2f27180479b10 /cpp/demo/Ice/nested | |
parent | fix (diff) | |
download | ice-30fec93a8099173baf8180fc5d7736c55cff8a5b.tar.bz2 ice-30fec93a8099173baf8180fc5d7736c55cff8a5b.tar.xz ice-30fec93a8099173baf8180fc5d7736c55cff8a5b.zip |
Various Glacier changes.
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r-- | cpp/demo/Ice/nested/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/demo/Ice/nested/config b/cpp/demo/Ice/nested/config index 61d1487acca..f83d7da6519 100644 --- a/cpp/demo/Ice/nested/config +++ b/cpp/demo/Ice/nested/config @@ -13,11 +13,11 @@ Ice.SSL.Server.CertPath=../../../certs Ice.SSL.Server.Config=sslconfig.xml Glacier.Router.Endpoints=default -p 10005 -Glacier.Client.Endpoints=default -Glacier.Server.Endpoints=default -Glacier.Trace.Client=2 -Glacier.Trace.Server=2 -Glacier.Trace.RoutingTable=1 +Glacier.Router.Client.Endpoints=default +Glacier.Router.Server.Endpoints=default +Glacier.Router.Trace.Client=2 +Glacier.Router.Trace.Server=2 +Glacier.Router.Trace.RoutingTable=1 # Uncomment the following lines if you want to run this demo with Glacier #Ice.DefaultRouter=Glacier/router:default -p 10005 |