今天使用 Struts2+Spring2.5+Hibernate3.3 三框架整合出现了:
严重: Error filterStart
2012-1-4 16:08:12 org.apache.catalina.core.StandardContext start
严重: Context [/Spring2 Hibernate3 Struts2] startup failed due to previous errors
经过一天的排错总结出了几个容易出现问题的点,最后发现是tomcat版本低的原因,最后将tomcat5.5换成了6.0问题就解决了
1,jar 包导入出现了问题
2,项目路径问题
3,tomcat的版本问题,这三个框架整合最好使用tomcat5.5以上版本比较好
希望能够帮助到你····
严重: Error filterStart
2012-1-4 16:08:12 org.apache.catalina.core.StandardContext start
严重: Context [/Spring2 Hibernate3 Struts2] startup failed due to previous errors
经过一天的排错总结出了几个容易出现问题的点,最后发现是tomcat版本低的原因,最后将tomcat5.5换成了6.0问题就解决了
1,jar 包导入出现了问题
2,项目路径问题
3,tomcat的版本问题,这三个框架整合最好使用tomcat5.5以上版本比较好
希望能够帮助到你····