Hi,
This kind of json seed requests work for us
curl -x cache.company.fi:8888 -v -k -u admin:geoserver -XPOST -H “Content-type: application/json” -d “{‘seedRequest’:{‘name’:‘GWC_seedlayer’,‘bounds’:{‘coords’:{ ‘double’:[‘3000000.0’,‘6600000.0’,‘3100000.0’,‘6700000.0’]}},‘srs’:{‘number’:2393},‘zoomStart’:8,‘zoomStop’:11,‘format’:‘image/png’,‘type’:‘seed’,‘threadCount’:4}}}” http://server.company.fi:80/geoserver/gwc/rest/seed/GWC_seedlayer.json
-Jukka Rahkonen-
···
Wilhelm, Dirk wrote:
Hello,
i have a problem sending rest request with a seeding request with bounds to the gwc.
A request without bounds works fine, when i add bounds i get an Internal Server error.
Its the same when i try to use the gwc seed form.
I’m using:
Geoserver 2.5
Jdk 1.7.0_45
Tomcat 7
I found a similar thread in the list:
Is upgrading geoserver or dosngrading the java version really the only solution?
Regards,
Dirk