blob: a9b9fa5df4db88bbf08df6fc7b537a5b0ae8b1b0 (
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=node2
IceGrid.Node.Endpoints=default -t 10000 -h localhost
IceGrid.Node.Data=db/node2
Ice.StdErr=db/node2/stderr.txt
Ice.StdOut=db/node2/stdout.txt
#
# Trace properties.
#
Ice.ProgramName=Node2
IceGrid.Node.Trace.Replica=2
|