diff options
Diffstat (limited to 'java/demo/IceBox/hello/config.icebox')
-rw-r--r-- | java/demo/IceBox/hello/config.icebox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/IceBox/hello/config.icebox b/java/demo/IceBox/hello/config.icebox index 07adfa38ce4..11f2b0741f7 100644 --- a/java/demo/IceBox/hello/config.icebox +++ b/java/demo/IceBox/hello/config.icebox @@ -3,7 +3,7 @@ IceBox.InstanceName=DemoIceBox # # The IceBox server endpoint configuration # -IceBox.ServiceManager.Endpoints=tcp -p 9998 +Ice.OA.IceBox.ServiceManager.Endpoints=tcp -p 9998 # # The hello service @@ -15,7 +15,7 @@ IceBox.Service.Hello=HelloServiceI # the service. The following line sets the endpoints for this # adapter. # -Hello.Endpoints=tcp -p 10000:udp -p 10000 +Ice.OA.Hello.Endpoints=tcp -p 10000:udp -p 10000 # # Warn about connection exceptions |