CLOSED:Cannot connect remotely to webadmin
Posted: Fri Sep 25, 2009 3:06 pm
Hi everybody,
We are running OMERO.server on windows xp and locally we can connect to omero.webadmin and omero.clients (insight and importer) but remotely we can only connect with omero.clients and not with omero.webadmin.
We have tried editing /omero_dist/lib/python/omero/plugins/server.py as mentioned above:
where 170.210.29.134 is the IP adress of the computer that has the server instaled on and port 8000 is open.
Then, when we type 170.210.29.134:8000/webadmin/ on the internet browser of the remote PC we get an error that says that the requested URL could not be retrieved.
Is there anything wrong in the line edited in /omero_dist/lib/python/omero/plugins/server.py?
Is 170.210.29.134:8000/webadmin/ the correct address to reference to a remote PC?
Thanks in advance.
We are running OMERO.server on windows xp and locally we can connect to omero.webadmin and omero.clients (insight and importer) but remotely we can only connect with omero.clients and not with omero.webadmin.
We have tried editing /omero_dist/lib/python/omero/plugins/server.py as mentioned above:
- Code: Select all
django = ["python","manage.py","runserver","170.210.29.134:8000","--noreload"]+list(args)
where 170.210.29.134 is the IP adress of the computer that has the server instaled on and port 8000 is open.
Then, when we type 170.210.29.134:8000/webadmin/ on the internet browser of the remote PC we get an error that says that the requested URL could not be retrieved.
Is there anything wrong in the line edited in /omero_dist/lib/python/omero/plugins/server.py?
Is 170.210.29.134:8000/webadmin/ the correct address to reference to a remote PC?
Thanks in advance.