Installing
-
2. Downloading Tomcat 9
Download Apache Tomcat 9 Java Server.
-
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.
-
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
-
5. Installing Java JDK
How to Install Required Oracle-Sun Java JDK 8+ on Mint
Contents