I\'m trying to get a first Spring 3 MVC setup running.
My app is running on tomcat, with in the server context of \"grapevine\"
For the purposes of testing,
BEWARE: This could be a misleading error message. It just happened to me.
Even thought the error message unexpectedly contains the /ContextName/... at the beginning of the path, it could still be a misspelling in either the InternalResourceViewResolver prefix:
or the file path itself.
Now that I fixed my misspelling, it works fine. I don't know why the context shows in the error message, and it really caused me to ignore my silly typo and attempting to try the wonderful other contributions to this question. Don't let it happen to you!
BTW, I am using Spring 4.0.0 release.