blob: ae56d7f1031409ccfbc5ec72a009813592017335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Proxy to the IceBox ServiceManager:
#
#
# When the IceBox.ServiceManager object adapter is configured:
#
#IceBoxAdmin.ServiceManager.Proxy=DemoIceBox/ServiceManager:tcp -p 9998 -h localhost
#
# When Ice.Admin is configured:
#
IceBoxAdmin.ServiceManager.Proxy=DemoIceBox/admin -f IceBox.ServiceManager:tcp -p 9996 -h localhost
|