Versions Compared

Key

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

...

Steps to Upgrade to Tomcat 9

  1. Download Tomcat 9 from the Apache Tomcat Archive

    Code Block
    languagebash
    wget -c https://downloads.apache.org/tomcat/tomcat-9/v9.0.85/bin/apache-tomcat-9.0.85.tar.gz
  2. Extract the Tomcat archive to the directory in which you want to deploy the Automatics Tools


    Code Block
    languagebash
    sudo tar -xvf apache-tomcat-9.0.85.tar.gz -C /opt/automatics/
  3. Copy the .war files to the "/webapps" folder of new Tomcat and add the corresponding configuration to the "catalina.sh" file.
  4. Start the tomcat server by executing the "./startup.sh" shell script