...
- Stop Tomcat.
- To support a rollback, back up the following folders and files:
<webmanager-root>\deploy\webmanager-backend-webapp-1.0-SNAPSHOT.war
<webmanager-root>\wwwroot\mywebsite\wm\
- Create a backup of your relational database
- Remove the content of the following folders:
<webmanager-root>\work\edition-bundles\
<webmanager-root>\work\osgi\*
<webmanager-root>\deploy\web (remove the entire folder)
<tomcat-installation-dir>\work\*
<tomcat-installation-dir>\temp\*
- Remove the following file:
<webmanager-cleansite-location>\webmanager-cleansite-1.0-SNAPSHOT.jar
- Copy
webmanager-backend-webapp-1.0-SNAPSHOT.war
to<webmanager-root>\deploy
. - Copy
webmanager-cleansite-1.0-SNAPSHOT.jar
to<webmanager-cleansite-location>
. - Unzip the
webmanager-static-webapp-1.0-SNAPSHOT.war
to<webmanager-root>\wwwroot\mywebsite\
(overwrite all files). - Unzip the plugin .ZIP zip file to
<webmanager-root>\work\deploy
(if it was delivered). - Remove the plugins present in the
<webmanager-root>\work\edition-bundles\
directory. - Place the
edition-bundles
plugins received from the developer in the<webmanager-root>\work\edition-bundles\
directory. - Start Tomcat.
...