Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a geoserver installed on a server and I want to move the geoserver to another server. What is the easiest way to do that?

share|improve this question

1 Answer

up vote 6 down vote accepted

Basically all the configuration lives in the geoserver data directory, so that is essentially all you need to migrate.

http://docs.geoserver.org/latest/en/user/datadirectory/index.html

You can then install geoserver on the new server however you want and point it at the data directory you migrated from the old server. Also if you have any data that is "external" (ie not inside of your data directory) you will need to migrate that to the new server as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.