Reload geoserver configuration via REST
---------------------------------------
Key: GEOS-3317
URL: http://jira.codehaus.org/browse/GEOS-3317
Project: GeoServer
Issue Type: New Feature
Components: REST
Affects Versions: 1.7.5
Environment: REST
Reporter: Lars Schrader
Assignee: Andrea Aime
Priority: Trivial
Attachments: catalogReloadRest.tar
The solution should accept the following url to reload the catalog
curl -u username:password -v -XPOST
http://localhost:8080/geoserver/rest/catalogreload
The answer of the curl statement is:
< HTTP/1.1 202 Accepted
< Server: Apache-Coyote/1.1
< Date: Fri, 24 Jul 2009 08:05:01 GMT
< Server: Noelios-Restlet-Engine/1.0..8
< Transfer-Encoding: chunked
<
* Connection #0 to host localhost left intact
* Closing connection #0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ http://jira.codehaus.org/browse/GEOS-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrea Aime reopened GEOS-3317:
-------------------------------
Just checked in the code, it was not ported over.
Reopening and marking as critical as it addresses a regression (inability to use GS in clustered environment without restarting fully GS every time the configuration needs to be reloaded)
Reload geoserver configuration via REST
---------------------------------------
Key: GEOS-3317
URL: http://jira.codehaus.org/browse/GEOS-3317
Project: GeoServer
Issue Type: New Feature
Components: REST
Affects Versions: 1.7.5
Environment: REST
Reporter: Lars Schrader
Assignee: Justin Deoliveira
Priority: Trivial
Fix For: 1.7.7, 2.0.1
Attachments: catalogReloadRest.tar
The solution should accept the following url to reload the catalog
curl -u username:password -v -XPOST
http://localhost:8080/geoserver/rest/catalogreload
The answer of the curl statement is:
< HTTP/1.1 202 Accepted
< Server: Apache-Coyote/1.1
< Date: Fri, 24 Jul 2009 08:05:01 GMT
< Server: Noelios-Restlet-Engine/1.0..8
< Transfer-Encoding: chunked
<
* Connection #0 to host localhost left intact
* Closing connection #0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ http://jira.codehaus.org/browse/GEOS-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Francesco Izzi reopened GEOS-3317:
----------------------------------
Reload Catalog break when usig HibGeoserverLoader,
i have prepared a patch to fix.
The patch introduce an interface that the GeoServerLoader and HibGeoserverLoader implementing.
Reload geoserver configuration via REST
---------------------------------------
Key: GEOS-3317
URL: http://jira.codehaus.org/browse/GEOS-3317
Project: GeoServer
Issue Type: New Feature
Components: REST
Affects Versions: 1.7.5
Environment: REST
Reporter: Lars Schrader
Assignee: Justin Deoliveira
Priority: Critical
Fix For: 1.7.7, 2.0.1, 2.1.x
Attachments: catalogReloadRest.tar, GEOS-3317-ON-TRUNK-Final.patch, GEOS-3317-ON-TRUNK.patch, GeoServer-trunk-HIBCATALOG-REST-RELOAD.patch
The solution should accept the following url to reload the catalog
curl -u username:password -v -XPOST
http://localhost:8080/geoserver/rest/catalogreload
The answer of the curl statement is:
< HTTP/1.1 202 Accepted
< Server: Apache-Coyote/1.1
< Date: Fri, 24 Jul 2009 08:05:01 GMT
< Server: Noelios-Restlet-Engine/1.0..8
< Transfer-Encoding: chunked
<
* Connection #0 to host localhost left intact
* Closing connection #0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira