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 oldtermweb.war
) - Start up Tomcat. The new
termweb.war
is deployed. - Copy your old
<termweb>/WEB-INF/termweb.properties
and<termweb>/WEB-INF/log4j.properties
to the<termweb>
directory. - Restart Tomcat to apply the .properties files.
Congratulations! Your TermWeb installation is now upgraded!