Changeset 2304
- Timestamp:
- 03/21/08 09:48:17 (9 months ago)
- Location:
- trunk/components/blitz
- Files:
-
- 2 modified
-
etc/OMERO.xml (modified) (3 diffs)
-
resources/ice.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/blitz/etc/OMERO.xml
r2303 r2304 33 33 </adapter> 34 34 <properties> 35 <property name="IcePatch2.Admin.Endpoints" value="tcp -h mage.openmicroscopy.org.uk"/>35 <property name="IcePatch2.Admin.Endpoints" value="tcp -h 127.0.0.1"/> 36 36 <property name="IcePatch2.Admin.RegisterProcess" value="1"/> 37 37 <property name="IcePatch2.InstanceName" value="${instance-name}"/> … … 49 49 <property name="Glacier2.Client.Endpoints" value="${client-endpoints}"/> 50 50 <property name="Glacier2.Server.Endpoints" value="${server-endpoints}"/> 51 <property name="Glacier2.Admin.Endpoints" value="tcp -h mage.openmicroscopy.org.uk"/>51 <property name="Glacier2.Admin.Endpoints" value="tcp -h 127.0.0.1"/> 52 52 <property name="Glacier2.Admin.RegisterProcess" value="1"/> 53 53 <property name="Glacier2.InstanceName" value="${instance-name}"/> … … 112 112 <node name="master"> 113 113 <server-instance template="Glacier2Template" 114 client-endpoints="tcp -h mage.openmicroscopy.org.uk-p 4063"114 client-endpoints="tcp -h 127.0.0.1 -p 4063" 115 115 session-timeout="300" 116 server-endpoints="tcp -h mage.openmicroscopy.org.uk"/>116 server-endpoints="tcp -h 127.0.0.1"/> 117 117 <server-instance template="BlitzTemplate" index="0"/> 118 118 <server-instance template="ProcessorTemplate" index="0"/> -
trunk/components/blitz/resources/ice.config
r2303 r2304 17 17 # running scripts and similarly it may be useful to define it 18 18 # here. 19 Ice.Default.Router=OMERO.Glacier2/router:tcp -p 4063 -h mage.openmicroscopy.org.uk19 Ice.Default.Router=OMERO.Glacier2/router:tcp -p 4063 -h 127.0.0.1 20 20 omero.user=user 21 21 omero.pass=CHANGE_ME … … 46 46 # The following properties are useful when starting server via twistd 47 47 # or directly via java -jar and is not intended for use with IceGrid. 48 BlitzAdapter.Endpoints=tcp -h mage.openmicroscopy.org.uk-p 999949 StatusCheck=BlitzManager:tcp -h mage.openmicroscopy.org.uk-p 999948 BlitzAdapter.Endpoints=tcp -h 127.0.0.1 -p 9999 49 StatusCheck=BlitzManager:tcp -h 127.0.0.1 -p 9999 50 50 StatusCheck.Router=""
