Basically, I\'ve written a springMVC application (with a relatively shotgun my way first-timer approach with regards to Spring). The project works fine on Tomc
springMVC
I solved a similar problem by updating the web.xml declaration to Servlet 4.0 specification as follows (I use Tomcat 9) :
web.xml
You can check which servlet version Tomcat supports by refering to the chart on Tomcat's which version page.