Hi,
Follow up on the issue: looking at the Lynx output, I observed this line:
- Code: Select all
http://localhost:4080/omero/omero/webclient/
The 'omero/omero' part tells me that it came from the config info from my previous install. So I changed a few config keys:
From:
omero.web.prefix=/omero
To
omero.web.prefix=/
And
omero.web.static_url=/omero/static/
To
omero.web.static_url=/static/
And restarted the development web env. I now get this from Lynx:
- Code: Select all
[custom_login_logo.png]
[logo_login_web.png]
[omero:4064]
Username: ______________________
Password: ______________________
Login
Forgot your password?
OMERO.web 5.4.10-ice36-b105.
© 2007-2019 University of Dundee & Open Microscopy Environment
OMERO is distributed under the terms of the GNU GPL. For more information, visit openmicroscopy.org
I can log in and I get into an ugly command-line interpretation of the web's GUI. So success? Not sure... Switching from 'development' to 'wcgi-tcp', restarting both nginx and omero.web gives me new error messages: a 404 Page not found for
http://myserver/omero with a return link to OMERO.web and when I click on this, I get another 404 error... In OMeroweb.log, I see instances of these messages:
- Code: Select all
2019-02-12 13:15:35,001 WARNI [django.request] (proc.30835) get_response():170 Not Found: /omero
2019-02-12 13:15:35,001 WARNI [django.request] (proc.30835) get_response():170 HTTP 404 <WSGIRequest: GET '/omero'>
Am I getting colder or hotter on fixing this?
Best regards
S