Use the below command to download apache tomcat 9.0.16 inside /tmp directory
wget http://mirrors.estointernet.in/apache/tomcat/tomcat-9/v9.0.16/bin/apache-tomcat-9.0.16.tar.gz -P
/tmp
Make tomcat directory inside /opt
Extract the tar.gz file into the tomcat directory
sudo chmod 777 -R apache-tomcat-9.0.16 (Never ever do this in production environment)
Go to the bin directory and run the script startup.sh
Now tomcat is running in the system. We can check it from web browser
No comments:
Post a Comment