Hi,
So this probably stems from a general ignorance on my part of how servers work in general, but I am having trouble connecting with a remote computer to my OMERO server.
On the computer with the server installed, I can simply go to localhost:8080/webadmin to get to the webadmin login, or alternatively 127.0.0.1:8000/webadmin. It seems from playing around with this that this name/IP works only internally within this computer.
In terms of remote connections, .insight/.importer/.editor can all access the server when the server address is <computer name>.<local network address> (ie, fred.example.edu). However, I simply cannot log into webadmin/webclient with any combination of things I have tried. In other words, putting fred.example.edu into the URL (fred.example.edu/webadmin, or fred.example.edu:8000/webadmin, or a bunch of other combination I've tried, including what I THINK my ip address is for both the server computer and the server itself) will just give me "connection refused."
I'm wondering if something else needs to be installed, separate from the OMERO server installation, to get .web to work? I found this page: http://www.openmicroscopy.org/site/supp ... nstall-web and got a little confused since it wasn't clearly stated when I need Apache + mod_python and when I don't (it seems I need Apache + mod_python only on production servers, since it's not mentioned at all on the non-production servers part, but it's listed as a "Prerequisite" without any indication that it's only a prereq if I choose the production server route...).
Did I not install something I need for the webserver to work for remote connections? Have I just not figured out what the IP is of my OMERO server? How would I find that?
Thanks