What do you see in the console and var/log/OMEROweb.log when you turn on debugging and do
- Code: Select all
$ bin/omero config set omero.web.debug True
$ bin/omero web start
Where are you pointing your browser?
What does the browser say? 404? No server?
Are you running in 'development' mode? ie - have you done:
- Code: Select all
$ bin/omero config set omero.web.application_server development
or using Apache etc?