Upgrading Apache Tomcat.

Note: this article shows Tomcat 9.0.33 as an example in various screenshots. However, any version of Tomcat 9 is compatible with Cameyo.

From Apache Tomcat's site, download Tomcat 9 32-bit/64-bit Windows Service Installer:

Run the following from an elevated command prompt (replace apache-tomcat-9.0.xx.exe with your Apache installer download):

  • net stop tomcat9
  • copy C:\RapPrereqs\Tomcat\conf\server.xml *.bak
  • apache-tomcat-9.0.xx.exe /S /D=C:\RapPrereqs\Tomcat
  • copy C:\RapPrereqs\Tomcat\conf\server.bak *.xml
  • net start tomcat9

For reference, here are the correct registry keys for Tomcat: