Cannot find class [org.apache.commons.dbcp.BasicDataSource
Exception sending context initialized event to listener instance of
class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [org.apache.commons.dbcp.BasicDataSource] for bean with name 'datasource'
defined in ServletContext resource [/WEB-INF/applicationContext.xml]; nested
exception is java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSource
解决方案: 去 findjar.com找到commons-dbcp-1.2.2.jar 放到Lib 目录下
严重:
Exception sending context initialized event to listener instance of class
org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'datasource' defined in ServletContext resource
[/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested
exception is java.lang.NoClassDefFoundError:
org/apache/commons/pool/impl/GenericObjectPool
少包:解决同上
org/apache/commons/pool