Thank you for making this docker image available. Geoserver woks well but server log is full of exceptions org.geoserver.platform.ServiceException: No service: ( ows ). I assume it's because the healthcheck which is configured to use url http://localhost:8080/geoserver/ows. I tried to set GEOSERVER_HEALTH_CHECK_URL parameter as documentation says but didn't make any difference. The url seems to exist as it responds with code 200 but logs a long stacktrace. And so every 10 seconds. What is the correct way to solve this?
Thank you for making this docker image available. Geoserver woks well but server log is full of exceptions
org.geoserver.platform.ServiceException: No service: ( ows )
. I assume it's because the healthcheck which is configured to use urlhttp://localhost:8080/geoserver/ows
. I tried to set GEOSERVER_HEALTH_CHECK_URL parameter as documentation says but didn't make any difference. The url seems to exist as it responds with code 200 but logs a long stacktrace. And so every 10 seconds. What is the correct way to solve this?