GeoWebCache / geowebcache

GeoWebCache is a tile caching server implemented in Java that provides various tile caching services like WMS-C, TMS, WMTS, Google Maps, MS Bing and more
https://www.geowebcache.org
343 stars 281 forks source link

Windows 10 Install - No ArcGISCacheGridsetConfiguration could be found #696

Open LouieRowley opened 6 years ago

LouieRowley commented 6 years ago

I have installed Apache-Tomcat, the demos seem to work but when I add the configuration for ArcGIs Server Layer, Geowebcache crashes and complains about not being able to find the configuration. What am I doing wrong? Do I need to install some other java program?

I created the configuration below with the information from http://geowebcache.org/docs/1.8.0/configuration/layers/arcgistilingschemes.html

......... naturalearth C:\Tiles\DRG_CNTY\Layers\conf.xml C:\Tiles\DRG_CNTY\Layers\_alllayers true
weeix commented 5 years ago

I can reproduce this error in GeoWebCache 1.14.2. Here is the full log.

Solved by using GeoWebCache 1.10.5 instead.

rususorinvick commented 5 years ago

according to this post on stackexchange, https://gis.stackexchange.com/questions/167444/how-to-set-up-geoserver-gwc-with-arcgis-compact-cache-layer

Does anyone have this use-case still in mind?

DreamUFO commented 5 years ago

base on up information,i got solution. 1 download 1.10.x version GeoWebCache war file 2 copy the gwc-arcgiscache-1.10.x.jar from the war package/WEB-INF/lib/ path 3 use jar file in step 2 replace gwc-arcgiscache-your version.jar restart your geowebchache,then enjoy it! the same solution in geoserver gwc plugin.