Spring is ignoring commons-logging.jar
I am getting following stacktrace while deploying my web application on Tomcat v6. commons-logging.jar is already included in my class path but still Spring is ignoring it.
org.springframework.beans.BeanInstantiationExcepti on : Could not instantiate bean class [org.springframework.web.context.support.XmlWebAppl icationContext]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.springframework.beans.BeanUtils.instantiateCla ss(BeanUtils.java:141)
at org.springframework.beans.BeanUtils.instantiateCla ss(BeanUtils.java:104)
at org.springframework.web.context.ContextLoader.crea teWebApplicationContext(ContextLoader.java:251)
at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:197)
at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 47)
at org.apache.catalina.core.StandardContext.listenerS tart(StandardContext.java:4206)
at org.apache.catalina.core.StandardContext.start(Sta ndardContext.java:4705)