How to Install Tomcat 9 Linux Mint 19 Easy Guide

July 3, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Tomcat 9

    Download Apache Tomcat 9 Java Server.

    Apache Tomcat 9 tar.gz
  2. 3. Extracting Tomcat 9

    Then Extract Archive into /tmp
    Possibly Double-Click/Right-Click to Open with Archive Manager:


    Or from Shell:

    tar xvzf ~/Downloads/apache-tomcat-9*.tar.gz -C /tmp/

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  3. 4. Installing Tomcat 9

    And Relocate Apache Tomcat 9
    First, Set Permissions & Ownership with:

    sudo chown -R root:root /tmp/apache-tomcat-9*
    sudo chmod -R +xr /tmp/apache-tomcat-9*

    And then Switch contents into the target Directory:

    sudo mv /tmp/apache-tomcat-9* /opt/apache-tomcat-9
  4. 5. Installing Java JDK

    How to Install Required Oracle-Sun Java JDK 8+ on Mint

    Install Oracle JDK for Mint

Contents


QuickChic Theme • Powered by WordPress