...
- Make a backup of your
<termweb>
directory, typically<tomcat> <tomcat-install>/webapps/termweb.
- Make a backup of the TermWeb database.
...
- Copy the new
termweb.war
to<tomcat><tomcat-install>/webapps
(overwriting the oldtermweb.war
) - Start up Tomcat. The new
termweb.war
is deployed. - Copy your oldĀ
<termweb><termweb-install>/WEB-INF/termweb.properties
andĀ<termweb><termweb-install>/WEB-INF/log4j.properties
to the<termweb>
directory. - Restart Tomcat to apply the .properties files.
...