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

How to Install Tomcat 9 openSUSE 42 Leap Easy Guide

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

OpenSUSE 42 Tomcat 9 Install - Downloading

  1. Download Apache Tomcat 9 Java Server Binaries

    Apache Tomcat 9 tar.gz
  2. Then Double-Click on Archive and Extract into /tmp


    Or from Shell:

    tar xvzf ~/Downloads/apache-tomcat-9*.tar.gz -C /tmp/