Update existing installation
This page describes how to update an existing installation to a newer version. Existing apps, app templates and report templates as well as uploaded bundles are preserved.
To identify which version you are running, open the URL https://<yourserver>/mapapps/info.txt
.
Before updating
|
Update steps
To update map.apps to a newer version, follow these steps:
-
Stop the Apache Tomcat server.
-
Remove the old map.apps context from
%TOMCAT%\webapps\
(move it to a backup folder before deleting it completely). -
Extract the new map.apps version to
%TOMCAT%\webapps\
. -
Edit the file
%TOMCAT%\webapps\mapapps\WEB-INF\classes\custom-application.properties
and point thedata.directory.location
property to your.mapapps
folder. This folder contains the customizedapplication.properties
of your previous map.apps installation. -
Start the Apache Tomcat server.