SPRINGMVC + MAVEN Architecture Environment: Error configuring application Listener of Class Org.springframework.web.context.ContextLoaderListener Solutions
SPRINGMVC maven Contextloaderlistener ClassNotFoundException
1. Environment
SPRINGMVC + Maven + mybatis
2. Error notification
Severity: Error Configuring Application Listener of Class Org.springframework.web.context.ContextLoaderListener
Java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener
... Slightly
3. Reasons for Analysis
Server->tomcat released for project with Eclipse console, reported the above error, and found that there is no LIB package in D:\tools\tomcat7.0.55\webapps\ project name \web-inf, consider the SPRINGMVC The jar package has not been imported.
4. Treatment methods
Right-click Project->properties->deployment Assembly in Eclipse to add maven dependency packages
:
SPRINGMVC Maven Contextloaderlistener Error Configuration resolution