Sorry about that. I didn't realize that my name wasn't allowed. I've
renamed it and it's now available here:
https://github.com/jsimone/webapp-runner
Thanks for pointing out that feature in the maven plugin. I like that
approach a lot and I'm excited to see it released. However it fits a little
bi
Hello,
The current Tomcat Maven plugin have a similar feature (not yet
released) see
http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/executable-war-jar.html
.
2012/1/13 John Simone :
> I've been working on a small project and I want to see what you guys think
> of it. It's a jar file that uses
On 13/01/2012 20:30, John Simone wrote:
> I've been working on a small project and I want to see what you guys think
> of it. It's a jar file that uses the embedded API and allows you to launch
> a war based webapp into Tomcat with a simple `java -jar tomcat-runner.jar
> myApp.war`. I took inspirat