

9.0.26) is the most recent stable version at the time of writing this article. OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11-LTS, mixed mode, sharing)Īfter installing JAVA on the system, now it’s time to download the latest version of Apache Tomcat (i.e. OpenJDK Runtime Environment 18.9 (build 11.0.4+11-LTS) Sample Output openjdk version " 11.0.4" LTS Once Java installed, you can verify the newly installed JAVA version running the following command on your system. # yum install java-11-openjdk-devel #install JDK 11 # yum install java-1.8.0-openjdk-devel #install JDK 8 If not, install the latest version of JAVA or use the following yum command to install available Java from the default repositories. Step 1: Installing and Configuring Javaīefore heading up for the Tomcat installation, make sure you must have JAVA installed on your Linux box to run Tomcat.
Installing tomcat on centos 7 how to#
This article will walk you throughout the installation of Apache Tomcat 9 on RHEL/CentOS 8/7/6.įor Ubuntu, follow How to Install Apache Tomcat in Ubuntu.

Apache Tomcat (earlier known as Jakarta Tomcat) is an open-source web server developed by Apache Foundation to provide a pure Java HTTP server, which will enable you to run Java files easily, which means that Tomcat is not a normal server like Apache or Nginx, because its main goal is to provide a good web environment to run Java applications only unlike other normal web servers.
