Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

mxp.plugins.GWCTileCacheManage

Lorenzo Pini edited this page Apr 21, 2015 · 2 revisions

Needed Files

In order to use this plugin you need to include this files in the build.cfg:

  • src/mxp/plugins/GWCTileCacheManager.js and its dependencies

NOTE: In the default configuration these files are present.

Plugin description

This plugin allow to list the GWC layers on a GeoServer instance and to truncate them.

Configuration Example

You can configure it adding this plugin with this configuration:

    { 
        "ptype": "mxp_gwc_manager",
        "GWCRestURL": "http://localhost/geoserver/gwc/rest/",
        "actionTarget":{
             "target": "north.tbar",
             "index": 4
            }
    }

The only parameters is:

  • GWCRestURL: the URL of the GeoWebCache REST endpoint

All the REST requests will be done using the logged user authentication credentials

Clone this wiki locally