Is it possible to use only the command line to Run jetty with only a specified war file and Context Path.
jetty
war
Something like :
Using jetty-runner-minimal:
$ git clone https://github.com/kissaten/jetty-runner-minimal $ cd jetty-runner-minimal && mvn package $ java -jar jetty-runner-minimal/target/dependency/jetty-runner.jar myapp.war