High Quality Download: Jetty Runner
If you want your app to run at a specific URL path (e.g., localhost:8080/myapp ), use: java -jar jetty-runner.jar --path /myapp your-application.war
Jetty Runner is a lightweight, standalone JAR file that allows you to launch Java web applications (WAR files) instantly from the command line without the need to install or configure a full Jetty application server distribution. jetty runner download
Open your terminal and run: java -jar jetty-runner.jar your-application.war If you want your app to run at a specific URL path (e
This is the primary source for all versions of Jetty Runner. You can browse the org.eclipse.jetty:jetty-runner directory to find the specific JAR for versions like 9.4.x , 10.x , and 11.x . jetty runner download
If you prefer working within your development environment, there are dedicated plugins that integrate Jetty Runner directly: heroku/devcenter-jetty-runner - GitHub
