blob: 3fe185fda80a350cb4a3e5da51c9b6fdfbfc193c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# The IceGrid locator proxy.
#
Ice.Default.Locator=DemoIceGrid/Locator:default -h localhost -p 12000 -t 10000:default -h localhost -p 12001 -t 10000:default -h localhost -p 12002 -t 10000
#
# IceGrid node configuration.
#
IceGrid.Node.Name=node1
IceGrid.Node.Endpoints=default -t 10000 -h localhost
IceGrid.Node.Data=db/node1
Ice.StdErr=db/node1/stderr.txt
Ice.StdOut=db/node1/stdout.txt
#
# Trace properties.
#
Ice.ProgramName=Node1
IceGrid.Node.Trace.Replica=2
|