- The project builds with the Maven build tool. Open the “Maven Projects” right-hand tab.
- Execute the “clean” lifecycle goal to erase the previous build.
- Execute the "install" lifecycle goal to rebuild the project.
An embedded Jetty web server is included in the project, and will run a server on your local machine’s port 9090.
- To start Jetty, find the jetty plugin under the maven tab described above and execute the “jetty:run” lifecycle goal.
- One the application is running, open your web browser and navigate to http://localhost:9090