I would like to know if there is a way to keep your datas when you update
your geoserver..
I have lots of layers in my 1.7.2 and want to upgrade to 1.7.3, without
recreating all WMS and styles and stuff...
is there a way to do so ?
i used .war files with tomcat..
the same, can i replicate my geoserver configuration from a machine to an
other ?
If you use the default geoserver data dir. The one in .../geoserver/data then
you can just copy this dir over newly deployed ../geoserver(new)/data. But i
suggest creating an external data dir somewhere on the filesystem and then
referencing this datadir in ../geoserver/web-inf/web.xml
locate the context-param: <param-name>GEOSERVER_DATA_DIR</param-name> and
set correct param value.
floflo wrote:
Hi,
I would like to know if there is a way to keep your datas when you update
your geoserver..
I have lots of layers in my 1.7.2 and want to upgrade to 1.7.3, without
recreating all WMS and styles and stuff...
is there a way to do so ?
i used .war files with tomcat..
the same, can i replicate my geoserver configuration from a machine to an
other ?