$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Apache Tomcat 8.5 on CentOS 7 Easy Guide

October 17, 2018 | By the+gnu+linux+evangelist.

CentOS 7 Tomcat 8.5 Install - Setting Up

  1. Relocate Apache Tomcat 8.

    sudo chown -R root:root /tmp/apache-tomcat*
    sudo mv /tmp/apache-tomcat-8* /opt/
  2. How to Install Recommended Oracle JDK 8+ on CentOS:

    Install Oracle JDK for CentOS

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.

  3. Commands to Start and Stop the Tomcat Server.

    • Start

      /opt/apache-tomcat-8*/bin/startup.sh
    • Stop

      /opt/apache-tomcat-8*/bin/shutdown.sh
  4. Then to Access Tomcat Admin on Browser Go.

    http://localhost:8080