Hello, I'm a spring newbye trying to setup environment.
Yesterday I correctly executed some code, after having solved the problem below.
Today I'm still facing the same problem. I'm using spring-release3.1 and spring-web.jar is in my path, but when I launch Tomcat I get the following error log.
This class should be included in spring-web.jar which is correctly installed in my path.Code:feb 08, 2012 4:23:58 PM org.apache.catalina.core.StandardContext listenerStart Grave: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
Note: this error happens after having included hibernate 3.6 jars.
Does anyone have any idea?
Thanks a lot
Paolo


Reply With Quote