prerequisites for apache tomcat installation
Install java and set environment variables path please find below link to set path
• Video
step 1 :- Download apache tomcat 9.0 zip file link is given below description to download
https://tomcat.apache.org/download-90...
step 2 :-Go to the apache tomcat directory, unzip it and give full permission to the
Directory
chmod -R 777 apache-tomcat-9.0.0.M26
Go to apache-tomcat-9.0.0.M26----bin----./catalina.sh start
step 3 :- check default port(8080) is listening or not
netstat -an | grep :8080 (or) netstat -ant | grep 8080