Hi
I’ve a GWC and a GeoServer running under TomCat.
They shared the same geowebcache.xml stored in my user AppData/Local/Temp/geowebcache.
I want to serve an ArcGIS Compact Cache with the first GWC and some WMS/WFS with GeoServer.
If I configure the geowebcache.xml with the ArcGIS Layer section, my GeoServer dont start anymore.
Best Regards
Xavier
To change this independently you’ll need to set the cache directory via an application specific context parameter in web.xml. If you do this, don’t use a system property as well as that will take priority and applies to the whole application server.
I think there’s also a way to set the cache directory by changing the spring context files but I don’t think the details are documented anywhere.
···
On 29 September 2014 06:59, xavier lhomme <lhomme.xavier@anonymised.com> wrote:
Hi
I’ve a GWC and a GeoServer running under TomCat.
They shared the same geowebcache.xml stored in my user AppData/Local/Temp/geowebcache.
I want to serve an ArcGIS Compact Cache with the first GWC and some WMS/WFS with GeoServer.
If I configure the geowebcache.xml with the ArcGIS Layer section, my GeoServer dont start anymore.
Best Regards
Xavier
Slashdot TV. Videos for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
Geowebcache-devel mailing list
Geowebcache-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geowebcache-devel
–
Kevin Smith
Junior Software Engineer | Boundless
ksmith@anonymised.com
+1-778-785-7459
@boundlessgeo

Hi
I had to change the GEOWEBCACHE_CACHE_DIR in the web.xml file of GeoServer.
GEOWEBCACHE_CACHE_DIR
C:\Users\..\AppData\Local\Temp\geowebcache-geoserver
Thanks
···
2014-10-07 22:58 GMT+02:00 Kevin Smith <ksmith@anonymised.com>:
To change this independently you’ll need to set the cache directory via an application specific context parameter in web.xml. If you do this, don’t use a system property as well as that will take priority and applies to the whole application server.
I think there’s also a way to set the cache directory by changing the spring context files but I don’t think the details are documented anywhere.
On 29 September 2014 06:59, xavier lhomme <lhomme.xavier@anonymised.com> wrote:
Hi
I’ve a GWC and a GeoServer running under TomCat.
They shared the same geowebcache.xml stored in my user AppData/Local/Temp/geowebcache.
I want to serve an ArcGIS Compact Cache with the first GWC and some WMS/WFS with GeoServer.
If I configure the geowebcache.xml with the ArcGIS Layer section, my GeoServer dont start anymore.
Best Regards
Xavier
Slashdot TV. Videos for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
Geowebcache-devel mailing list
Geowebcache-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geowebcache-devel
–
Kevin Smith
Junior Software Engineer | Boundless
ksmith@anonymised.com
+1-778-785-7459
@boundlessgeo
