Apache Tomcat 9 Installation on Rocky Linux 8 from Zip Archive | How to install Tomcat on Rocky
In this video we are going to see how to install apache tomcat 9 on Rocky Linux 8 from tar.gz file.
Below steps we cover in this video.
1. Unzip tomcat to specific location. Before starting tomcat make sure JDK 8 or JDK 11 installed in your machine as shown in this video.
2. modify tomcat-users.xml as shown in the video, so that you can access manager app
3. start tomcat by executing startup.sh on tomcat's bin folder.
4. verify the tomcat startup by verifying logs (catalina.out) under logs directory
5. Using the commands ps -ef |grep tomcat and ps -ef |grep `pwd` commands verify tomcat process is running or not.
6. Access tomcat manager app,virtual host manager application and Run the bundled examples
7. finally shutdown the tomcat by executing shutdown.sh on tomcat's bin folder.
Tomcat 9 downloaded from below link.
https://tomcat.apache.org/download-90.cgi
Other Videos By java frm
Other Statistics
Tomcat Statistics For java frm
At present, java frm has 21,727 views spread across 4 videos for Tomcat, with his channel publishing less than an hour of Tomcat content. This makes up less than 0.19% of the total overall content on java frm's YouTube channel.