Re: [mapserver-users] Mapcache - how to deal with changes to mapcache.xml?

2015-10-13 Thread thomas bonfort
if it's a change that does not incur backwards compatibility (e.g.
adding a tileset, changing the cache backend for a tileset,
enabling/disabling a server, ...) you can just issue a graceful
restart on the webserver. In your case (change of resolution), the
path you suggested is the correct one. Note that if you just need to
invalidate the cache because the stored tiles are outdated, you can do
that while the server itself is running (rm -rf on dir, or delete from
tiles in sqlite)

--
thomas

On 12 October 2015 at 22:48, Robert Sanson
 wrote:
> What is the recommended approach to dealing with stored tiles when changes to 
> mapcache.xml are made, such as a change in the set of resolutions in a grid? 
> Should we disable the Web server, delete all the existing tiles then restart 
> the server?
>
> Many thanks,
>
> Robert Sanson
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Mapcache - how to deal with changes to mapcache.xml?

2015-10-12 Thread Robert Sanson
What is the recommended approach to dealing with stored tiles when changes to 
mapcache.xml are made, such as a change in the set of resolutions in a grid? 
Should we disable the Web server, delete all the existing tiles then restart 
the server?

Many thanks,

Robert Sanson
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users