JSP/Servlet practice:
- Download Tomcat https://tomcat.apache.org/download-90.cgi
- Launch Tomcat
- Create a project using this example https://github.com/itaifrenkel/java-hello-world-webapp
- Implement a web application
- Package the web app into war file
- Deploy the war file using manager https://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html
- Confirm that the app works according to the requirements