geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

Home Page:http://geoserver.org/geoserver-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWC local workspace URLs not working

groldan opened this issue · comments

Can't access local workspace urls for gwc (e.g. <context-path>/<workspace>/gwc/...)

reproduced / tested with the docker composition advised in the README (shared datadir), and a blank catalog. Creating a workspace / DS / layer works, I can access the following urls:

But indeed accessing http://localhost:9090/geoserver/cloud//gwc/demo/ns:layer or http://localhost:9090/geoserver/cloud//gwc/demo/ does not.

It looks like the gateway configuration is already correct, and the issue is situated in the GWC microservice:

gwc_1        | 2024-01-09 15:57:44.375  WARN 1 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound             : No mapping for GET /geoserver/cloud/<ns>/gwc/demo/<layer>