In this tutorial we will guide you through steps of installing Jetty 9 and all necessary components on an Ubuntu 16.04 Cloud VPS.
Jetty is free and open source, Java HTTP (Web) server and Java Servlet container similar to Tomcat, GlassFish and WildFly. It provides support for SPDY, WebSocket, OSGi, JMX, JNDI, JAAS, and many other integrations. It is often used for machine to machine communications within larger software frameworks. Jetty is used in a wide variety of projects and products, both in development and production, such as Yahoo Hadoop Cluster, Google AppEngine, Yahoo, Zimbra, Eclipse, and many more. It can be easily embedded in devices, tools, frameworks, application servers, and clusters. Let’s get started with the installation.