JavaEE struts2整合JPA时启动Tomcat7出错

2025-01-18 15:51:49
推荐回答(1个)
回答1:

你的web.xml配置了struts的过滤器,可能过滤器方法调用错了,com.opensymphony.xwork2.config.ContainerProvider
看看你的struts里面有没有这个class,假如没有引入jar包。