Executable war file that starts jetty without maven
- by twilbrand
I'm trying to make an "executable" war file (java -jar myWarFile.war) that will start up a jetty webserver that hosts the webapp contained in the war file I executed.
I found a page that described how to make what I'm looking for:
http://eclipsesource.com/blogs/2009/10/02/executable-wars-with-jetty/
however, following that advice along with how…