This page describes how to upgrade an existing installation of TermWeb.
If TERMWEB_HOME environment variable is set and termweb.properties
and log4j.properties
(and optionally custom
/ directory, if your installation has custom layout or design) is stored in the directory defined by the variable, do one of the following to update:
Upgrade in Tomcat Manager
If you have Tomcat Manager installed you can stop and undeploy TermWeb there. Then select the new termweb.war
file for upload and deploy.
termweb.war
to <tomcat-install>/webapps
(overwriting the old termweb.war
)It is recommended to restart Tomcat after the upgrade in both cases, since Tomcat keeps old classes in memory on application reload and will eventually run out of memory if not fully restarted.
If you are not using TERMWEB_HOME and/or you are upgrading to a TermWeb version lower than 3.15, do the following:
<termweb>
directory, typically <tomcat-install>/webapps/termweb.
<termweb-install>/WEB-INF/termweb.properties
and <termweb-install>/WEB-INF/log4j.properties
to the <termweb>
directory. custom/
directory to <termweb-install>
Congratulations! Your TermWeb installation is now upgraded!