본문 바로가기
  • 아하하
미분류

[spring] Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

by 쥬쥬파파 2014. 9. 2.

Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

 

 

조치법:

 

  1. Open the project's properties (e.g., right-click on the project's name in the project explorer and select "Properties").
  2. Select "Deployment Assembly".
  3. Click the "Add..." button on the right margin.
  4. Select "Java Build Path Entries" from the menu of Directive Type and click "Next".
  5. Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".
  6. You should see "Maven Dependencies" added to the Web Deployment Assembly definition.

 

 

참조: http://stackoverflow.com/questions/6210757/java-lang-classnotfoundexception-org-springframework-web-context-contextloaderl