Ola Tarkowska
Results
12
comments of
Ola Tarkowska
You should be checking in omero-web startup if server is up before you start OMERO.web, see official testing container https://github.com/openmicroscopy/omero-test-daemon-c7-docker/blob/master/install/py.sh#L13:L17, very similar to the wait you are doing on postgres.
`omero.db.user` and `omero.db.password` are hibernate/JDBC driver credentials that are matching Postgress role. OMERO accounts are stored in omero-database, `root` is just the default user created on initialization. These are two...