kennethgillen wrote:Hi borja8,
Could you please show us the output of your OMERO.web's config via
- Code: Select all
bin/omero config get
Editing out any sensitive details you may not wish shared.
Many thanks,
Kenny
bin/omero config get
omero.web.application_server=wsgi-tcp
omero.web.application_server.max_requests=500
omero.web.apps=["omero_figure", "omero_webtagging_autotag", "omero_webtagging_tagsearch"]
omero.web.middleware=[{"index": 1, "class": "django.middleware.common.BrokenLinkEmailsMiddleware"}, {"index": 2, "class": "django.middleware.common.CommonMiddleware"}, {"index": 3, "class": "django.contrib.sessions.middleware.SessionMiddleware"}, {"index": 4, "class": "django.middleware.csrf.CsrfViewMiddleware"}, {"index": 5, "class": "django.contrib.messages.middleware.MessageMiddleware"}, {"index": 0, "class": "whitenoise.middleware.WhiteNoiseMiddleware"}]
omero.web.open_with=[["Image viewer", "webgateway", {"supported_objects": ["image"], "script_url": "webclient/javascript/ome.openwith_viewer.js"}], ["omero_figure", "new_figure", {"supported_objects": ["images"], "target": "_blank", "label": "OMERO.figure"}]]
omero.web.ui.center_plugins=[["Auto Tag", "omero_webtagging_autotag/auto_tag_init.js.html", "auto_tag_panel"]]
omero.web.ui.top.links=[["Figure", "figure_index", {"target": "_blank", "title": "Open Figure in new tab"}]]
omero.web.ui.top_links=[["Data", "webindex", {"title": "Browse Data via Projects, Tags etc"}], ["History", "history", {"title": "History"}], ["Help", "http://help.openmicroscopy.org/", {"target": "new", "title": "Open OMERO user guide in a new tab"}], ["Tag Search", "omero_webtagging_tagsearch"]]
omero.web.wsgi_workers=5