HelloWorlds is an web application.
Building the project is as simple as:
mvn clean install eclipse:clean eclipse:eclipse
To run in local tomcat deployment, add a tomcat server and config/dev in server classpath. Add tomcat user role mapping to server tomcat-user.xml.
To easily run the module in Tomcat locally you can use the tomcat7-maven-plugin which is already configured in the pom.xml files, run:
mvn tomcat7:run
To debug the module with the tomcat7-maven-plugin, run:
mvnDebug tomcat7:run
Maven will automatically wait for a debug listener on port 8000.
Then configure a remote java application and debug.