tomcat部署应用异常java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

        at org.springframework.web.context.ContextCleanupListener.(ContextCleanupListener.

        at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.

        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.

        at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.

        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.

        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.

        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.

        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.

        at org.apache.catalina.core.StandardHost.addChild(StandardHost.

        at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.

        at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.

        at

        at

        at

        at

        at

Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

        at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.

        at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.

        ... 16 more

缺少com.springsource.org.apache.commons.logging.jar包

猜你喜欢

转载自blog.csdn.net/yuwusheng18/article/details/108553946