• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/trunk/etc/master.cfg

Revision 2427, 1.9 kB (checked in by jmoore, 8 months ago)

OmeroShell : Fixing deployment issues

  • admin.py had dead execution path
  • Now using grid/templates.xml
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########################################################
10IceGrid.Registry.Client.Endpoints=tcp -p 4061
11IceGrid.Registry.Server.Endpoints=tcp
12IceGrid.Registry.Internal.Endpoints=tcp
13IceGrid.Registry.SessionManager.Endpoints=tcp
14IceGrid.Registry.Data=var/registry
15IceGrid.Registry.DynamicRegistration=0
16IceGrid.Registry.AdminPermissionsVerifier=IceGrid/NullPermissionsVerifier
17IceGrid.Registry.DefaultTemplates=etc/grid/templates.xml
18#IceGrid.Registry.AdminCryptPasswords=etc/passwd
19
20########################################################
21# Node properties
22########################################################
23IceGrid.Node.CollocateRegistry=1
24IceGrid.Node.Endpoints=tcp
25IceGrid.Node.Name=master
26IceGrid.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.
34Ice.StdOut=var/log/master.out
35Ice.StdErr=var/log/master.err
36
37########################################################
38# Trace properties
39########################################################
40
41# Only 0 and 1
42IceGrid.Registry.Trace.Application=0
43IceGrid.Registry.Trace.Adapter=0
44IceGrid.Registry.Trace.Object=0
45IceGrid.Registry.Trace.Patch=0
46IceGrid.Registry.Trace.Replica=0
47IceGrid.Registry.Trace.Server=0
48
49# Between 0 and 2
50IceGrid.Registry.Trace.Locator=0
51IceGrid.Registry.Trace.Node=0
52IceGrid.Registry.Trace.Session=0
53
54# Between 0 and 3
55IceGrid.Node.Trace.Activator=0
56IceGrid.Node.Trace.Adapter=0
57IceGrid.Node.Trace.Patch=0
58IceGrid.Node.Trace.Replica=0
59IceGrid.Node.Trace.Server=0
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/