jetty.sh
Java servlet engine and webserver
Install
- All systems
-
curl cmd.cat/jetty.sh.sh
- Debian
-
apt-get install jetty9 - Ubuntu
-
apt-get install jetty9 - Kali Linux
-
apt-get install jetty9 - Fedora
-
dnf install jetty - Windows (WSL2)
-
sudo apt-get updatesudo 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.