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

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 2304

Show
Ignore:
Timestamp:
03/21/08 09:48:17 (9 months ago)
Author:
callan
Message:

Reverting idiocy.

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  
    3333         </adapter> 
    3434         <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"/> 
    3636            <property name="IcePatch2.Admin.RegisterProcess" value="1"/> 
    3737            <property name="IcePatch2.InstanceName" value="${instance-name}"/> 
    … …  
    4949           <property name="Glacier2.Client.Endpoints" value="${client-endpoints}"/> 
    5050           <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"/> 
    5252           <property name="Glacier2.Admin.RegisterProcess" value="1"/> 
    5353           <property name="Glacier2.InstanceName" value="${instance-name}"/> 
    … …  
    112112    <node name="master"> 
    113113      <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" 
    115115        session-timeout="300" 
    116         server-endpoints="tcp -h mage.openmicroscopy.org.uk"/> 
     116        server-endpoints="tcp -h 127.0.0.1"/> 
    117117      <server-instance template="BlitzTemplate" index="0"/> 
    118118      <server-instance template="ProcessorTemplate" index="0"/> 
  • trunk/components/blitz/resources/ice.config

    r2303 r2304  
    1717# running scripts and similarly it may be useful to define it 
    1818# here. 
    19 Ice.Default.Router=OMERO.Glacier2/router:tcp -p 4063 -h mage.openmicroscopy.org.uk 
     19Ice.Default.Router=OMERO.Glacier2/router:tcp -p 4063 -h 127.0.0.1 
    2020omero.user=user 
    2121omero.pass=CHANGE_ME 
    … …  
    4646# The following properties are useful when starting server via twistd 
    4747# or directly via java -jar and is not intended for use with IceGrid. 
    48 BlitzAdapter.Endpoints=tcp -h mage.openmicroscopy.org.uk -p 9999 
    49 StatusCheck=BlitzManager:tcp -h mage.openmicroscopy.org.uk -p 9999 
     48BlitzAdapter.Endpoints=tcp -h 127.0.0.1 -p 9999 
     49StatusCheck=BlitzManager:tcp -h 127.0.0.1 -p 9999 
    5050StatusCheck.Router="" 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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