1、错误描述
2014-7-12 0:38:57 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
2014-7-12 0:38:57 org.apache.catalina.core.StandardContext...
分类:
编程语言 时间:
2014-07-12 22:18:24
阅读次数:
409
使用Struts2版本为:struts-2.3.16.3
一、向web项目中添加struts2依赖库
commons-fileupload-1.3.1.jar
commons-io-2.2.jar
commons-lang3-3.1.jar
commons-logging-1.1.3.jar
freemarker-2.3.19.jar
javassist-3.11.0.GA.jar
ognl-3.0.6.jar
struts2-core-2.3.16.3.jar
xwork-core-2.3.16.3.j...
分类:
其他好文 时间:
2014-07-02 08:49:00
阅读次数:
258
转自:http://blog.csdn.net/sjzs5590/article/details/7348836 异常1:java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory 缺少包commons-logging的...
分类:
编程语言 时间:
2014-07-01 22:01:35
阅读次数:
191
服务端:服务端和客户端都需要引入包 1 antlr-2.7.7.jar 2 aopalliance-1.0.jar 3 asm-3.3.jar 4 commons-collections-3.2.1.jar 5 commons-lang-2.6.jar 6 commons-logging-1.1.1...
分类:
编程语言 时间:
2014-06-25 15:47:24
阅读次数:
293
s2sh整合之xml方式
说明:本文档所采用的框架版本为:Struts 2.1.8, Sping2.5.5, Hibernate 3.5.6
1. 需要的jar包:
------------Strut2-----------:
commons-fileupload-1.2.1.jar
commons-io-1.3.2.jar
commons-logging.jar
freem...
分类:
其他好文 时间:
2014-06-22 20:55:37
阅读次数:
298
原因:我往项目的WEB-INF/lib中导入了struts2基本的包,还有struts1的core包,以及struts2-strut1-plugin的包,但是没有导入commons-loggin-1.3.1这个包,如下图我打开commons-loggin-1.3.1这个包看了一下,果然找到了这个组件...
分类:
编程语言 时间:
2014-06-21 12:53:54
阅读次数:
245
原文地址http://www.cnblogs.com/liukemng/p/3725582.html一、项目依赖的jar包:1.Spring框架依赖的jar包:日志:commons-logging-1.1.3.jar;JSTL支持:jakarta-taglibs-standard-1.1.2中的js...
分类:
编程语言 时间:
2014-06-20 20:00:55
阅读次数:
269
使用springMVC提供的CommonsMultipartFile类进行读取文件需要用到上传文件的两个jar包 commons-logging.jar、commons-io-xxx.jar1、在spring配置文件中配置文件上传解析器...
分类:
编程语言 时间:
2014-06-20 11:46:57
阅读次数:
246
参考:http://www.cnblogs.com/S-E-P/archive/2012/01/18/2325253.html这篇文章说的关键就是“除了导入Struts2和Spring的核心库之外,还要导入commons-logging和struts2-spring-plugin包,否则启动会出异常...
分类:
编程语言 时间:
2014-06-19 06:13:19
阅读次数:
277
在练习spring项目的过程中,出现了如下异常信息:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.springframework.context.support.AbstractApplicationContext.(Abstrac...
分类:
编程语言 时间:
2014-06-18 07:15:20
阅读次数:
236