Test the application using the development web server, which is included with the App Engine SDK.
Run the following Maven command from within your helloworld
directory, to compile your app and start the development web server:
mvn appengine:devserver
The web server is now listening for requests on port 8080.
For more information about running the development web server, see the Java Development Server reference.