diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-15 17:14:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-15 17:14:48 +0000 |
commit | 03ebac3c1b6a55418de40b98a303620f85ea2023 (patch) | |
tree | 0377744a848f7b2739514e74d3af761737978e3d /cpp/demo/Ice/nested | |
parent | updates. (diff) | |
download | ice-03ebac3c1b6a55418de40b98a303620f85ea2023.tar.bz2 ice-03ebac3c1b6a55418de40b98a303620f85ea2023.tar.xz ice-03ebac3c1b6a55418de40b98a303620f85ea2023.zip |
callback demo
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r-- | cpp/demo/Ice/nested/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/nested/config b/cpp/demo/Ice/nested/config index 3891929c142..c978201e132 100644 --- a/cpp/demo/Ice/nested/config +++ b/cpp/demo/Ice/nested/config @@ -10,8 +10,8 @@ Ice.Security.Ssl.CertPath=../../../Certs Ice.Security.Ssl.Config=sslconfig.xml Glacier.Router.Endpoints=default -p 10005 -Glacier.Client.Endpoints=default -p 10010 -Glacier.Server.Endpoints=default -h 192.168.2.2 -p 10011 +Glacier.Client.Endpoints=default +Glacier.Server.Endpoints=default -h 192.168.2.2 Glacier.Trace.Client=2 Glacier.Trace.Server=2 Glacier.Trace.RoutingTable=1 |