[Jetty][1] is a pure Java-based HTTP **(Web) server** and Java Servlet container. Jetty is now often used for machine to machine communications, usually within larger software frameworks. But the other Web Servers are usually associated with serving documents to humans. Jetty is developed as a free and open source project as part of the Eclipse Foundation. The web server is used in products such as Apache ActiveMQ, Alfresco, Apache Geronimo, Apache Maven, Apache Spark, Google App Engine, Eclipse, FUSE, Twitter’s Streaming API and Zimbra.
This article explains ‘How to install jetty web server in your CentOS server’.
**First of all we have to install java JDK, By the following command:**
yum -y install java-1.7.0-openjdk wget
**After the JDK installation, We will download the latest version of Jetty:**