Re: [Geoserver-users] HTTP-Cache headers

2013-05-10 Thread arahav
Hi Jonathan, You have a couple of options to set HTTP-Cache headers with the integrated GWC: 1. Create a tiled layer in geowebcache.xml instead of publishing a GeoServerTileLayer. 2. If you're using Tomcat you can change the headers using the Expires Filter : http://tomcat.apache.org/tomcat-7.0-

Re: [Geoserver-users] HTTP-Cache headers

2013-05-10 Thread Jonathan Moules
Hi Simone, Thanks for the information. I guess that means the HTTP-Cache headers aren't configurable with the integrated GWC. Ah well, our internal network can cope. :-) Jonathan On 9 May 2013 19:08, Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > Ciao Jonathan, > answerin

Re: [Geoserver-users] HTTP-Cache headers

2013-05-09 Thread Simone Giannecchini
Ciao Jonathan, answering your email partially. Those tricks were put in place with a standalone GeoWebCache. Regards, Simone Giannecchini == GeoServer training in Milan, 6th & 7th June 2013! Visit http://geoserver.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder

[Geoserver-users] HTTP-Cache headers

2013-05-09 Thread Jonathan Moules
Hi List, I came across this blog post - http://geo-solutions.blogspot.it/2012/05/tips-tricks-geowebcache-tweaks.html - detailing how to change HTTP Caching Headers for GWC responses. The problem is, its not clear what file I need to edit to put my into. After a bit of searching I decided to stick