我有.war文件在windows tomcat 7.0.40中运行正常。但是在Linux上我得到了以下内容:
java.lang.NoClassDefFoundError:org / springframework / orm / jpa / EntityManagerFactoryUtils
我的春季应用程序不起作用。有什么不对? jar文件spring-orm-3.2.2.RELEASE.jar在webapps中。有什么不对?
感谢名单。
答案 0 :(得分:1)
我通过使用--purge选项在Debian上重新安装tomcat来解决这个问题。原因仍然是秘密。
答案 1 :(得分:1)
之前我遇到过同样的问题。我完全删除了tomcat并重新安装它,然后它工作了。试试吧。