Hi list, I am having a problem with GeoWebCache. My GeoServer version is 2.8.2 and GeoWebCache is 1.8.2. The problem is that geowebcache.xml file is not generated in GeoWebCache data directory, I just find gwc-gs.xml in geoserver_data_dir. Direct WMS integration is enabled.
The requests are made using EPSG:3857 and in png8 format. Tiles are generated fine but after around 5 minutes all the tiles are gone...(just the tiles, not the folders). I have not enabled any InnerCache tiling neither disk quota in the web interface. Few moths ago the GeoServer version was upgraded from 2.7.7 to 2.8.2. GeoWebCache is working fine in 2.7.7 in other machine. I have been looking into documentation to find why geowebcache.xml is not in geowebcache_dir but with any luck. This is how it looks my GeoServerGWCConfig: <GeoServerGWCConfig> <version>1.0.0</version> <directWMSIntegrationEnabled>true</directWMSIntegrationEnabled> <WMSCEnabled>false</WMSCEnabled> <WMTSEnabled>false</WMTSEnabled> <TMSEnabled>false</TMSEnabled> <securityEnabled>false</securityEnabled> <innerCachingEnabled>false</innerCachingEnabled> <persistenceEnabled>true</persistenceEnabled> <cacheProviderClass>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</cacheProviderClass> <cacheConfigurations> <entry> <string>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</string> <InnerCacheConfiguration> <hardMemoryLimit>16</hardMemoryLimit> <policy>NULL</policy> <concurrencyLevel>4</concurrencyLevel> <evictionTime>120</evictionTime> </InnerCacheConfiguration> </entry> </cacheConfigurations> <cacheLayersByDefault>true</cacheLayersByDefault> <cacheNonDefaultStyles>true</cacheNonDefaultStyles> <metaTilingX>4</metaTilingX> <metaTilingY>4</metaTilingY> <gutter>0</gutter> <defaultCachingGridSetIds> <string>EPSG:4326</string> <string>EPSG:900913</string> </defaultCachingGridSetIds> <defaultCoverageCacheFormats> <string>image/png</string> <string>image/jpeg</string> <string>image/png8</string> </defaultCoverageCacheFormats> <defaultVectorCacheFormats> <string>image/png</string> <string>image/jpeg</string> <string>image/png8</string> </defaultVectorCacheFormats> <defaultOtherCacheFormats> <string>image/png</string> <string>image/jpeg</string> <string>image/png8</string> </defaultOtherCacheFormats> </GeoServerGWCConfig> -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoWebCache-delete-all-tiles-after-5-minutes-tp5308887.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users