Or run it on own Tomcat server
- Add strings below to Tomcat tomcat-users.xml
<role rolename="manager-script"/> <user password="admin1" roles="manager-script" username="admin1"/>
- Add strings below to Maven settings.xml in section
<server> <id>tomcat</id> <username>admin1</username> <password>admin1</password> </server>
- Start Tomcat server
- In command line open a root directory of project (this is the directory where contains pom.xml)
- Build project with command mvn clean install
- Deploy project with command mvn tomcat7:deploy
- Open browser and enter URL your_tomcat_server_address/airline