diff options
Diffstat (limited to 'cs/demo/IceBox/hello/config.icebox')
-rw-r--r-- | cs/demo/IceBox/hello/config.icebox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/demo/IceBox/hello/config.icebox b/cs/demo/IceBox/hello/config.icebox index 2fb767f56fb..484c25d8947 100644 --- a/cs/demo/IceBox/hello/config.icebox +++ b/cs/demo/IceBox/hello/config.icebox @@ -4,7 +4,7 @@ IceBox.InstanceName=DemoIceBox # The IceBox server endpoint configuration. (The SSL # endpoint is ignored with .NET 1.1.) # -IceBox.ServiceManager.Endpoints=tcp -p 9998:ssl -p 9999 +Ice.OA.IceBox.ServiceManager.Endpoints=tcp -p 9998:ssl -p 9999 # # The hello service @@ -16,7 +16,7 @@ IceBox.Service.Hello=helloservice.dll:HelloServiceI # the service. The following line sets the endpoints for this # adapter. (The SSL endpoint is ignored with .NET 1.1.) # -Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 +Ice.OA.Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001 # # Warn about connection exceptions |