diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-09-17 15:34:48 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-09-17 15:34:48 -0230 |
commit | 116aa0920712457dff586f50c1bea0d3523860be (patch) | |
tree | 87411efb3c87ec07a68f7daf6fa98a759e7d4d18 /java | |
parent | ICE-6774 added iceboxadmin test to IceBox/admin (diff) | |
download | ice-116aa0920712457dff586f50c1bea0d3523860be.tar.bz2 ice-116aa0920712457dff586f50c1bea0d3523860be.tar.xz ice-116aa0920712457dff586f50c1bea0d3523860be.zip |
ICE-6774 fixed iceboxadmin test to work with all protocols
Diffstat (limited to 'java')
-rw-r--r-- | java/test/src/main/java/test/IceBox/admin/config.admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/src/main/java/test/IceBox/admin/config.admin b/java/test/src/main/java/test/IceBox/admin/config.admin index e0612fe4f07..1baad8bea86 100644 --- a/java/test/src/main/java/test/IceBox/admin/config.admin +++ b/java/test/src/main/java/test/IceBox/admin/config.admin @@ -1,4 +1,4 @@ # # Proxy to the IceBox ServiceManager: # -IceBoxAdmin.ServiceManager.Proxy=DemoIceBox/admin -f IceBox.ServiceManager:tcp -p 9996 -h localhost +IceBoxAdmin.ServiceManager.Proxy=DemoIceBox/admin -f IceBox.ServiceManager:default -p 9996 |