Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Stop TermWeb by shutting down Tomcat.

Backing upggg

  1. Make a backup of your <termweb> directory, typically <tomcat>/webapps/termweb.
  2. Make a backup of the TermWeb database.

Install the new TermWeb version

  1. Copy the new termweb.war to <tomcat>/webapps (overwriting the old termweb.war)
  2. Start up Tomcat. The new termweb.war is deployed.
  3. Copy your oldĀ <termweb>/WEB-INF/termweb.properties in andĀ <termweb>/WEB-INF/log4j.properties




Deploy the new termweb.war in Tomcat

  1. Copy the logging configuration from your old termweb.properties to <termweb>/WEB-INF/log4j.properties
  2. Copy your old termweb.properties (with logging configuration removed) to <termweb>/WEB-INF/termweb.properties
  3. Restart TermWeb

...