root/trunk/etc/master.cfg
| Revision 2427, 1.9 kB (checked in by jmoore, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | # |
| 2 | # OMERO Master Configuration |
| 3 | # Copyright 2007 Glencoe Software, Inc. All Rights Reserved. |
| 4 | # Use is subject to license terms supplied in LICENSE.txt |
| 5 | # |
| 6 | |
| 7 | ######################################################## |
| 8 | # Registry properties |
| 9 | ######################################################## |
| 10 | IceGrid.Registry.Client.Endpoints=tcp -p 4061 |
| 11 | IceGrid.Registry.Server.Endpoints=tcp |
| 12 | IceGrid.Registry.Internal.Endpoints=tcp |
| 13 | IceGrid.Registry.SessionManager.Endpoints=tcp |
| 14 | IceGrid.Registry.Data=var/registry |
| 15 | IceGrid.Registry.DynamicRegistration=0 |
| 16 | IceGrid.Registry.AdminPermissionsVerifier=IceGrid/NullPermissionsVerifier |
| 17 | IceGrid.Registry.DefaultTemplates=etc/grid/templates.xml |
| 18 | #IceGrid.Registry.AdminCryptPasswords=etc/passwd |
| 19 | |
| 20 | ######################################################## |
| 21 | # Node properties |
| 22 | ######################################################## |
| 23 | IceGrid.Node.CollocateRegistry=1 |
| 24 | IceGrid.Node.Endpoints=tcp |
| 25 | IceGrid.Node.Name=master |
| 26 | IceGrid.Node.Data=var/master |
| 27 | #IceGrid.Node.Output=var/log |
| 28 | #IceGrid.Node.RedirectErrToOut=1 |
| 29 | |
| 30 | # Defines that the standard out from this node and all |
| 31 | # contained servers will be saved in the following files. |
| 32 | # If Output is set, then output from the servers will be |
| 33 | # redirected _after_ Ice.Communicator creation. |
| 34 | Ice.StdOut=var/log/master.out |
| 35 | Ice.StdErr=var/log/master.err |
| 36 | |
| 37 | ######################################################## |
| 38 | # Trace properties |
| 39 | ######################################################## |
| 40 | |
| 41 | # Only 0 and 1 |
| 42 | IceGrid.Registry.Trace.Application=0 |
| 43 | IceGrid.Registry.Trace.Adapter=0 |
| 44 | IceGrid.Registry.Trace.Object=0 |
| 45 | IceGrid.Registry.Trace.Patch=0 |
| 46 | IceGrid.Registry.Trace.Replica=0 |
| 47 | IceGrid.Registry.Trace.Server=0 |
| 48 | |
| 49 | # Between 0 and 2 |
| 50 | IceGrid.Registry.Trace.Locator=0 |
| 51 | IceGrid.Registry.Trace.Node=0 |
| 52 | IceGrid.Registry.Trace.Session=0 |
| 53 | |
| 54 | # Between 0 and 3 |
| 55 | IceGrid.Node.Trace.Activator=0 |
| 56 | IceGrid.Node.Trace.Adapter=0 |
| 57 | IceGrid.Node.Trace.Patch=0 |
| 58 | IceGrid.Node.Trace.Replica=0 |
| 59 | IceGrid.Node.Trace.Server=0 |
Note: See TracBrowser
for help on using the browser.
