A fat runnable jar using the assembly plugin. Built on the Jakarta EE standard.
Build it:
$ mvn clean package
Run :
$ java -jar JettyUber.jar
Open your web browser to:
http://localhost:3001/
Stop Jetty:
use CTRL+C
Attribution* to https://github.com/jetty-project/embedded-jetty-jsp to get this started. Thank you!