...
- 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.
...