Follow the steps below.
1. Download Apache TomCat 9 –
# wget -c https://downloads.apache.org/tomcat/tomcat-9/v9.0.50/bin/apache-tomcat-9.0.50.tar.gz
2. Extract File –
# tar -xvzf apache-tomcat-9.0.50.tar.gz
3. Move Tomcat to /usr/local Folder
# mv apache-tomcat-9.0.50 /usr/local
4. Start TomCat –
# /usr/local/apache-tomcat-9.0.50/bin/startup.sh
5. Check using Browser –
http://yourip:8080