Spring 3.0.5
Tomcat 7.0.12
Hello:
I am new to Spring MVC and having trouble. When I enter the URL "http://localhost:8080/FantasyPro/"
I get a 404 and the following message appears in my console:
WARNING: No mapping found for HTTP request with URI [/FantasyPro/] in DispatcherServlet with name 'fantasypro'
I am trying to get to /index.html.
Here is my controller:
Here is my web.xml:
Here is my context file (fantasypro-servlet.xml):
This is driving me nuts. Can anybody see a problem?
Thanks,
Eric