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

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

Fedora Jetty Quick Start Guide

The Guide shows you How to Install and Getting-Started with the Latest Jetty 9+ Web Server Stable Release on Fedora 15/16/17/18/19/20 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 Fedora 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 Fedora

    Install Oracle JDK for Fedora

  • 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