Apache Tomcat 10 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 10 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 10 downloaded from below link.
Apache tomcat 10 can be downloaded from below link:
https://tomcat.apache.org/download-10.cgi
https://tomcat.apache.org/whichversion.html
The Apache Tomcat Project is proud to announce the release of version 10.0.X of Apache Tomcat. This release is the first stable release in the 10.0.x series and is targeted at Jakarta EE 9.
Users of Tomcat 10 onwards should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. This will almost certainly require code changes to enable applications to migrate from Tomcat 9 and earlier to Tomcat 10 and later. So here we going to see how to install apache tomcat on Rocky Linux 8.
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.