jetty-runner

Run Java web applications with embedded Jetty server

brewmacoslinux
Try with needOr install directly
Source

About

Use Jetty without an installed distribution

Commands

jetty-runner

Examples

Start a WAR file on default port 8080$ jetty-runner myapp.war
Run WAR file on custom port 9000$ jetty-runner --port 9000 myapp.war
Start multiple WAR files with context paths$ jetty-runner --path /app1 app1.war --path /app2 app2.war