You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the 1.24.0 version of geowebcache war unzipped in parallel with geoserver 2.24.0:
Root is jetty_root with data_dir, and
jetty_root/webapps/
geoserver
geowebcache
geowebcache.xml is from the 1.24.0 version of this github site, and is under webapps/geowebcache/WEB-INF/classes/
all other geowebcache-XXXXX.xml files under webapps/geowebcache/WEB-INF/
After started, the geoserver log file shows geowebcache started correctly, when I access the geoserver admin UI, it shows the nice blue texted page, but under the left side menu section, there is a Tile Caching, which has Tile Layers, Caching Defaults, Gridsets, DiskQuota, BlobStores, but there is no GeoWebCache, and when I clicked on the Layers from Data area, it is showing 27 items, but nothing is from the layers configured in the geowebcache.xml, when I accessed the /geowebcache/rest/layers/, it is a blank page.
GeoServer embeds the correct version of GeoWebCache inside it, so I am not sure why you are trying to "unzip it in parallel" - that is unnecessary, unless you have a very particular need (please expand on it).
Please try again without installing GWC separately. And note that if GWC is installed separately from GeoServer, GeoServer will have no knowledge of it - like you are observing.
I installed the 1.24.0 version of geowebcache war unzipped in parallel with geoserver 2.24.0:
Root is jetty_root with data_dir, and
jetty_root/webapps/
geoserver
geowebcache
geowebcache.xml is from the 1.24.0 version of this github site, and is under webapps/geowebcache/WEB-INF/classes/
all other geowebcache-XXXXX.xml files under webapps/geowebcache/WEB-INF/
After started, the geoserver log file shows geowebcache started correctly, when I access the geoserver admin UI, it shows the nice blue texted page, but under the left side menu section, there is a Tile Caching, which has Tile Layers, Caching Defaults, Gridsets, DiskQuota, BlobStores, but there is no GeoWebCache, and when I clicked on the Layers from Data area, it is showing 27 items, but nothing is from the layers configured in the geowebcache.xml, when I accessed the /geowebcache/rest/layers/, it is a blank page.
Question:
It seems the GeoServer does not see GeoWebCache, so where do I need to configure to make the GeoWebCache available for GeoServer?
There is no reference to the GeoWebCache in the GeoServer's web.xml either.
My geowebcache.xml is from here, which has multiple layers configured:
https://github.com/GeoWebCache/geowebcache/blob/1.24.x/geowebcache/core/src/main/resources/geowebcache.xml
Thanks
Dave
The text was updated successfully, but these errors were encountered: