getting the address of the server
Posted: Mon Jul 18, 2011 5:25 pm
Hi all,
just quick question.
when I connect to a local omero server (localhost) by
is there anyway to retrieve the full address of the server (such as omero.aaa.edu)?
(getPropertyMap will give me 'localhost')
Best,
BK
just quick question.
when I connect to a local omero server (localhost) by
- Code: Select all
server = 'localhost'
port = 4064
client = omero.client( server, port )
session = client.createSession( username, password )
is there anyway to retrieve the full address of the server (such as omero.aaa.edu)?
(getPropertyMap will give me 'localhost')
Best,
BK