Hi all,
quick question.
Could anyone tell me about how to get the server address (or unique server name or anything) using the Blitz Gateway object (in python)?
BK
In [1]: from omero.gateway import BlitzGateway
...
In [5]: bg = BlitzGateway(host="localhost")
...
In [8]: bg.c.getProperty("Ice.Default.Router")
Out[8]: 'OMERO.Glacier2/router:ssl -p 4064 -h localhost'
In [9]: bg.c.getProperty("omero.host")
Out[9]: 'localhost'
Return to Developer Discussion
Users browsing this forum: Google [Bot] and 1 guest