找这个问题找了半天, 终于确定是这里的问题 web.xml 中配置的Struts 和 Spring 配置出了问题
- Java code
<!-- 下面开始Struts 与Spring的集成配置 --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/application*.xml,classpath*:application*.xml</param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
但是我以前的几个项目也是这么写的 ,没有出现启动tomcat 就报错的情况, 会不会又是什么jar 出现的问题呢?
------解决方案--------------------
asm.jar的版本问题或者冲突 查一下