Draft: Basic skeleton of webserver on localhost:8080/pa165
trying to accomplish this part of the assignment:
To start the web application you have to configure the Maven plugin. It is very important that it will be possible to start the web application from the command line. For example using the Cargo plugin with Tomcat, the following sequence of commands should start the web application: "mvn clean install && cd web && mvn cargo:run" (Please note that Spring since version 5 does not work in Tomcat 7, so the maven tomcat7 plugin is not usable with recent versions of Spring. Use maven Cargo plugin with a recent version of Tomcat. See the example project in the master branch.)
The web application must be available at the following HTTP context http://localhost:8080/pa165