Once built, the web application can be run with Tomcat and opened in a browser.
Procedure
- Rename your <your_artifcatId>.war to ROOT.war.
- Move ROOT.war to the subdirectory of Tomcat webapps directory.
- Run Tomcat:
%TOMCAT_HOME%\bin\startup.bat|sh
Results
Go to your web browser to start using your web application. The default Tomcat port is 8080.