Relative Content

Tag Archive for javaspring-mvctomcat

Why doesn’t Spring MVC with Tomcat create an html page?

I’m new to Java and decided to figure out Springmvc. I wrote a simple helloworld but it doesn’t work. I tried both spring mvc 5 and spring mvc 6 index.jsp is displayed, but the program does not reach the controller.
I suspect that the error is in the web.xml header.