blob: 77a94fb8fea995534bb220d60049ca41b415e7b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#
# The IceGrid locator proxy.
#
Ice.Default.Locator=ReplicationDemoIceGrid/Locator:default -h localhost -p 12000:default -h localhost -p 12001:default -h localhost -p 12002
#
# 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
#IceGrid.InstanceName=ReplicationDemoIceGrid
#
# IceGrid node configuration.
#
IceGrid.Node.Name=node1
IceGrid.Node.Endpoints=default -h localhost
IceGrid.Node.Data=db/node1
Ice.Default.Timeout=10000
Ice.StdErr=db/node1/stderr.txt
Ice.StdOut=db/node1/stdout.txt
#
# Trace properties.
#
Ice.ProgramName=Node1
IceGrid.Node.Trace.Replica=2
|