blob: fa396067447427a7d4a70d1a8db182bf28877704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# The IceGrid locator proxy.
#
Ice.Default.Locator=DemoIceGrid/Locator:default -h localhost -p 4061
#
# To use the IceGrid discovery plugin comment out the default locator
# property above and un-comment the two properties below. The discovery
# plugin uses multicast to discover IceGrid.
#
#Ice.Plugin.IceGridDiscovery=IceGrid:createIceGridDiscovery
#IceGridDiscovery.InstanceName=DemoIceGrid
|