Linux Debian Latest Jetty Web Server How to Install Getting Started Easy Guide

January 8, 2014 | By the+gnu+linux+evangelist.

Debian Jetty Quick Start Guide

The Guide shows you How to Install and Getting-Started with the Latest Jetty 9+ Web Server Stable Release on Debian Stretch-9/Jessie-8/Wheezy-7/Squeeze-6/Lenny-5 Linux.

The Jetty Web Server provides an HTTP server and Servlet container capable of serving Static and Dynamic Content either from a Standalone or Embedded instantiations.

Jetty Main Features:

  • Asynchronous HTTP Server
  • Standards based Servlet Container
  • Web Sockets server
  • SPDY server
  • Asynchronous HTTP Client
  • OSGi, JNDI, JMX, JASPI, AJP support
Install the Latest Jetty on Debian Linux- Featured
  1. Download Latest Jetty Web Server for Linux:

    Jetty Server .tgz
  • Open a Command Line Session.

  • Extracting Jetty Archive.

    cd $HOME/Downloads
    tar xvzf jetty*.tgz
    rm jetty*.tgz
  • Relocating Jetty Web Server.

    sudo su -c "mv jetty* /opt"
  • Install Recommended Oracle Java JDK on Linux Debian

    Install Oracle JDK for Debian

  • Starting Jetty Web Server.

    cd /opt/jetty*
    sudo java -jar start.jar
  • Jetty Web Server Quick Deployment Guide

    How to Deploy on Jetty

  • QuickChic Theme • Powered by WordPress