This page describes how to upgrade an existing installation of TermWeb.
Stopping TermWeb
Stop TermWeb by shutting down Tomcat.
Backing up
- Make a backup of your
<termweb>
directory, typically<tomcat>/webapps/termweb.
- Make a backup of the TermWeb database.
Install the new TermWeb version
- Copy the new termweb.war to <tomcat>/webapps (overwriting the old termweb.war)
- Start up Tomcat. The new termweb.war is deployed.
- Copy your old <termweb>/WEB-INF/termweb.properties and <termweb>/WEB-INF/log4j.properties
Deploy the new termweb.war
in Tomcat
- Copy the logging configuration from your old
termweb.properties
to<termweb>/WEB-INF/log4j.properties
- Copy your old
termweb.properties
(with logging configuration removed) to<termweb>/WEB-INF/termweb.properties
- Restart TermWeb