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

How to Install and Get Started with Apache Tomcat 11 on Ubuntu 22.04

May 30, 2025 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Tomcat 11

    Download Apache Tomcat 11 Java Server Binaries

    Apache Tomcat 11 tar.gz
  2. 3. Extracting Tomcat 11

    Then Extract Tomcat 11 into /tmp
    Possibly double-click/right-click to open with Archive Manager:


    Or from Shell:

    tar xvzf ~/Downloads/apache-tomcat-11*.tar.gz -C /tmp/
  3. 4. Installing Tomcat 11

    Now Relocate Apache Tomcat 11
    Set permissions and ownership:

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

    Then move contents:

    sudo mv /tmp/apache-tomcat-11* /opt/apache-tomcat-11

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,