From 7abe0bb2e951d22f67f34d38bd4892f30ad901bb Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 5 Dec 2002 22:31:29 +0000 Subject: Added IcePack object registry. Added support for locator object lookup by identity. Added Query interface to lookup objects by type. Changed the IcePack.Registry.Locator properties to IcePack.Registry.Client Changed the IcePack.Registry.LocatorRegistry properties to IcePack.Registry.Se rver Added IcePack demo Minor fixes and clean-up --- cpp/config/IcePackAdmin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/config/IcePackAdmin.py') diff --git a/cpp/config/IcePackAdmin.py b/cpp/config/IcePackAdmin.py index 409ac863673..494d1f63d2f 100644 --- a/cpp/config/IcePackAdmin.py +++ b/cpp/config/IcePackAdmin.py @@ -38,8 +38,8 @@ def startIcePackRegistry(port, testdir): print "starting icepack registry...", command = icePack + TestUtil.clientServerOptions + ' --nowarn ' + \ - r' --IcePack.Registry.Locator.Endpoints="default -p ' + icePackPort + ' -t 5000" ' + \ - r' --IcePack.Registry.LocatorRegistry.Endpoints=default' + \ + r' --IcePack.Registry.Client.Endpoints="default -p ' + icePackPort + ' -t 5000" ' + \ + r' --IcePack.Registry.Server.Endpoints=default' + \ r' --IcePack.Registry.Internal.Endpoints=default' + \ r' --IcePack.Registry.Admin.Endpoints=default' + \ r' --IcePack.Registry.Data=' + dataDir + \ -- cgit v1.2.3