On Mon, Feb 7, 2011 at 8:57 PM, Florian Moga <moga....@gmail.com> wrote: > How does the shell operate with webapps?
Presently it doesn't, for the webapp samples you have to run them in some server, so either deploy them to your appserver or some of them have the Jetty or Tomcat plugin in their pom.xml so you can run them with "mvn jetty:run". ...ant