# The IceGrid locator proxy -- must correspond to the location of the registry # you're using Ice.Default.Locator=JastIceGrid/Locator:default -p 50000 # Name of the IceGrid instance IceGrid.InstanceName=JastIceGrid # IceGrid node configuration. # The name of the node -- must be unique IceGrid.Node.Name=localhost # Endpoints of the node -- must be specified for firewall purposes # ("default" means the current computer) IceGrid.Node.Endpoints=default -p 50070 # Directory where the node will write its config files; # must exist before the node is started IceGrid.Node.Data=config/node-data/localhost # Ice.StdOut=/tmp/localhost.out # Ice.StdErr=/tmp/localhost.err # Un-comment these if you want the STDOUT and STDERR of modules to be written to a file # IceGrid.Node.Output=db # IceGrid.Node.RedirectErrToOut=1 # # Trace properties. # IceGrid.Node.Trace.Activator=1 IceGrid.Node.Trace.Patch=1 # Ice.Trace.Protocol=1 # Ice.Trace.Network=2 # IceGrid.Node.Trace.Adapter=2 # IceGrid.Node.Trace.Server=3