Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running Maven commands for building up the web application

...

  • Run the following commands from your terminal for building up the war file
1mvn clean
2mvn install

 

Deploy war file within any Servlet Containers (Apache Tomcat for instance)

  • The Archetype has a dependency to the maven-jetty-plugin, meaning the webapplication can simply be ran using the following command : 

 

mvn jetty:run -Xms256m -Xmx512m