Knowledgebase

How To Restart Tomcat On cPanel Server ? Print

  • cPanel, cPanel Login, Customize server profile WHM
  • 0

When trying to deploy a .war file, you might need to restart tomcat service on your cPanel installed server.

With the latest Tomcat, the path to stop/start service has changed. You can stop/start the service by executing below files.

root@server [~]# /usr/local/easy/sbin/easy-tomcat7-stop
root@server [~]# /usr/local/easy/sbin/easy-tomcat7-start

OR

root@server [~]# /etc/init.d/easy-tomcat7 restart

If you face any issues while restarting the service OR deploying a .war file, contact our support technicians.


Was this answer helpful?
Back