jetty

Open-source Java servlet engine and HTTP server

brewmacoslinux
Try with needOr install directly
Source

About

Java servlet engine and webserver

Commands

jetty

Examples

Start Jetty web server on default port 8080$ jetty
Deploy a WAR file to Jetty$ jetty /path/to/application.war
Start Jetty with custom configuration$ jetty --config=/etc/jetty/jetty.xml