How to Install Tomcat 9 on CentOS 7 Easy Guide

August 13, 2017 | By the+gnu+linux+evangelist.

CentOS 7 Tomcat 9 Install - Setting Up

  1. And Relocate Apache Tomcat 9
    First, Set Permissions &amp Ownership with:

    sudo chown -R root:root /tmp/apache-tomcat-9*
    sudo chmod -R +xr /tmp/apache-tomcat-9*

    Then Switch contents:

    sudo mv /tmp/apache-tomcat-9* /opt/apache-tomcat-9
  2. How to Install Required Oracle-Sun Java JDK 8+ on CentOS:

    Install Oracle JDK for CentOS
  3. Now the Commands to Start and Stop Tomcat 9 Server.

    To Start Up:

    sudo /opt/apache-tomcat-9/bin/startup.sh

    To Shut Down:

    sudo /opt/apache-tomcat-9/bin/shutdown.sh
  4. Finally, to Access Tomcat Server Admin on Browser Go to.

    http://localhost:8080
    Or whatever IP address the Server is installed…


QuickChic Theme • Powered by WordPress