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.

  1. From Apache Tomcat's site, download Tomcat 9 32-bit/64-bit Windows Service Installer (https://tomcat.apache.org/download-90.cgi):



  2. Run the following from an elevated command prompt (replace apache-tomcat-9.0.xx.exe with your Apache installer download):
    net stop rapstartsvc
    net stop tomcat9
    copy C:\RapPrereqs\Tomcat\conf\server.xml C:\RapPrereqs\Tomcat\conf\*.bak
    apache-tomcat-9.0.xx.exe /S /D=C:\RapPrereqs\Tomcat
    copy /y C:\RapPrereqs\Tomcat\conf\server.bak C:\RapPrereqs\Tomcat\conf\*.xml
    rd /s /q C:\RapPrereqs\Tomcat\webapps\
    md C:\RapPrereqs\Tomcat\webapps\
    net start tomcat9
    net stop rapstartsvc

  3. Wait for a few minutes until Cameyo service has rebuilt the content



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