Saturday 24 May 2014

Install Apache Tomcat 8 on Ubuntu 14.04 Trusty LTS i386/amd64 Easy Visual-Guide

Tomcat 8 Installation on Ubuntu 14.04 Trusty LTS Linux

The Guide Show How-to Install and Getting-Started with Apache Tomcat 8 Server on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux Desktop/Server.

At this Time the Apache Tomcat 8 Server is Still a Candidate but is Near to a Final Release Stadium.

Inside the Post you will Find a Link to Quickly Getting-Started with Tomcat 8 Deployment on Ubuntu Linux.

The Apache Tomcat 8 is Java EE 7 Compliant with this New Features:

  • Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.0.
  • The default connector implementation is now the Java non-blocking implementation (NIO) for both HTTP and AJP.
  • A new resources implementation that replaces Aliases, VirtualLoader, VirtualDirContext, JAR resources and external repositories with a single, consistent approach for configuring additional web application resources.

For an Easy Visualization of the Entire Process the How-to Installing Tomcat 8 on Ubuntu 13.01 Saucy Linux Tutorial Include the Essential Installation Screenshots.

Installing Tomcat 8 on Ubuntu 14.04 Trusty Tahr LTS 32/64bit - Featured
  1. Download Apache Tomcat 8 Server for Linux

    Apache Tomcat8 32/64bit tar.gz
  2. Double-Click on Archive and Extract into /tmp

    Or from Shell:

    tar xvzf apache-tomcat-8*.tar.gz -C /tmp/apache-tomcat-8
  3. Open Terminal Window

    Ctrl+Alt+T
    Installing Tomcat 8 on Ubuntu 14.04 Trusty Tahr LTS 32/64bit - Open Terminal
  4. Relocate Apache Tomcat 8

    sudo mv /tmp/apache-tomcat-8* /opt/
  5. How-to Install Recommended Oracle Java JDK on Ubuntu:

    Install Oracle JDK 6/7/8 for Ubuntu
  6. Commands to Start and Stop the Tomcat Server
    • Start
      /opt/apache-tomcat-8*/bin/startup.sh
    • Stop
      /opt/apache-tomcat-8*/bin/shutdown.sh
  7. To Access Tomcat Server on Browser Go
    localhost:8080
  8. Tomcat 8 Deployment Quick Getting-Started:

    Tomcat Deployment Quick Guide