Download Link for Tomcat server
http://tomcat.apache.org/download-80.cgi
Filename: zip (download zip file)
Install Apache Tomcat
Unzip the folder
# unzip linux-apache-tomcat-8.5.9.zip
Give execute permission
# chmod -R 755 apache-tomcat-8.5.9/
Check the dependent variable
# echo $JAVA_HOME
/usr/java/default
Run the Apache Tomcat
# ./bin/catalina.sh start
Stop the Apache Tomcat
# ./bin/catalina.sh stop
Change the port 8080 to 8181
# vim conf/server.xml