!IMPORTANT: for this and further tasks, let's install Tomcat 9.0.50.
- display
Hello World
in your browser - configure
web.xml
- add new dependencies
servlet-api
andmaven-war-plugin
inpom.xml
(remember about<packaging>war</packaging>
) - create IndexController
- create index.jsp
Before submitting solution make sure you checked it first with checklist