jetty.sh

Java servlet engine and webserver

Install

All systems
curl cmd.cat/jetty.sh.sh
Debian Debian
apt-get install jetty9
Ubuntu
apt-get install jetty9
image/svg+xml Kali Linux
apt-get install jetty9
Fedora
dnf install jetty
Windows (WSL2)
sudo apt-get update sudo apt-get install jetty9
OS X
brew install jetty
Raspbian
apt-get install jetty9

jetty9

Java servlet engine and webserver

Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application.

jetty

Java Webserver and Servlet Container