Upgrading
- First go into your Tomcat Manager.
- Note your current properties by looking at the 'Fingerprint'
page or checking out the 'Edit properties' page, a reset of your
properties will be needed.
- If you have never moved the eXist database outside of your
current web application then you MUST make a backup of the
WEB-INF/data to put the data back; or see the
eXist reference to find out how to
move the data out before the undeploy.
- Find your registry context and click on "undeploy".
This should delete the war file and the directory.
- Now deploy the new war file via tomcat manager or by simply
dropping in the war file into the webapps directory (if using tomcat).
- Now set the enviornment entries like you had before.
By default registry uses an xml database known as eXist embedded
into its webapp and data is stored in the webapp.
If you have not done so already it is RECOMMENDED to read the
eXist Reference Guide
on how to move the data out or at least know where the data is
stored for coping back over if needed when your using the embedded eXist.