I\'m trying to use jetty to host a simple helloworld servlet using maven. I\'m very confused.
I followed these instructions, but when I issue mvn jetty:run
mvn jetty:run
Here is the working config for me. Uses the latest Jetty version.
org.eclipse.jetty jetty-maven-plugin 9.4.0.v20161208 0 ${basedir}/src/it/resources/jetty-context.xml /yourContextPath your/path.war /yourPath