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.
...
Type: Posts; User: himanshuy; Keyword(s):
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.
...
I am doubting this to be a jar conflict.
When I am deploying my standalone Spring RESTful webservice, I am getting following:
Mar 5, 2012 1:32:36 PM org.springframework.web.servlet.FrameworkServlet initServletBean
INFO: FrameworkServlet...