Category Archives: Jetty

Maven – Start Jetty Server by Ant task using maven-antrun-plugin

I have the following shell script to start the Jetty Server in my portable web application in Windows.
start_jetty.bat

start java -DSTOP.PORT=8080 -DSTOP.KEY=stop_jetty -jar start.jar
EXIT

Continue reading Maven – Start Jetty Server by Ant task using maven-antrun-plugin

Advertisement