I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the project‘s web deployment assembly.
找到解决方案:
You should see "Maven Dependencies" added to the Web Deployment Assembly definition.
原文地址:http://www.cnblogs.com/ethelhao/p/3713572.html