GeoServer Reset/Reload

Reset/Reload clears internal caches and reloads configuation from disk
More information: http://geoserver.org/comm/
Contact Info: geoserver-users@sourceforge.net
Version: 1.0.0
BasePath:/geoserver/rest
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Reload

Reload

Up
delete /reload
(deleteReload)
Invalid. Use PUT or POST to reload the catalog and configuation.

Responses

405

Method Not Allowed

Up
delete /reset
(deleteReset)
Invalid. Use PUT or POST to reset the caches.

Responses

405

Method Not Allowed

Up
get /reload
(getReload)
Invalid. Use PUT or POST to reload the catalog and configuation.

Responses

405

Method Not Allowed

Up
get /reset
(getReset)
Invalid. Use PUT or POST to reset the caches.

Responses

405

Method Not Allowed

Up
post /reload
Reload the configuration from disk, and reset all caches. (postReload)
Reloads the GeoServer catalog and configuration from disk. This operation is used in cases where an external tool has modified the on-disk configuration. This operation will also force GeoServer to drop any internal caches and reconnect to all data stores.

Responses

200

OK

Up
post /reset
Reset all store, raster, and schema caches. (postReset)
Resets all store, raster, and schema caches. This operation is used to force GeoServer to drop all caches and store connections and reconnect to each of them the next time they are needed by a request. This is useful in case the stores themselves cache some information about the data structures they manage that may have changed in the meantime.

Responses

200

OK

Up
put /reload
Reload the configuration from disk, and reset all caches. (putReload)
Reloads the GeoServer catalog and configuration from disk. This operation is used in cases where an external tool has modified the on-disk configuration. This operation will also force GeoServer to drop any internal caches and reconnect to all data stores.

Responses

200

OK

Up
put /reset
Reset all store, raster, and schema caches. (putReset)
Resets all store, raster, and schema caches. This operation is used to force GeoServer to drop all caches and store connections and reconnect to each of them the next time they are needed by a request. This is useful in case the stores themselves cache some information about the data structures they manage that may have changed in the meantime.

Responses

200

OK

Models

[ Jump to Methods ]

Table of Contents