How to install Apache Tomcat through WHM?

kumkumsharma

Administrator
Staff member
Apacha tomcat is an Apache module that implements the JavaServer Pages, Java Expression Language, Java Servlet and web socket technologies. Tomcat is only supported in WHM version 76 and later. Now you can see the below steps to install Apache Tomcat in WHM.
  • First login to WHM.
  • Here under Software click on Easy Apcahe 4 and then click on Additional packages.
  • Now you will find “Install” button to install Tomcat.
You can also install Apache Tomcat through command line, let’s see the steps:
  • Login to server via SSH.
  • Run below command:
Code:
Yum install ea-tomcat85
  • You can also uninstall it if you want with below command:
Code:
Yum remove ea-tomcat85
 
Top