미분류
[spring] Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
쥬쥬파파
2014. 9. 2. 16:23
Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
조치법:
- Open the project's properties (e.g., right-click on the project's name in the project explorer and select "Properties").
- Select "Deployment Assembly".
- Click the "Add..." button on the right margin.
- Select "Java Build Path Entries" from the menu of Directive Type and click "Next".
- Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".
- You should see "Maven Dependencies" added to the Web Deployment Assembly definition.