Log4jConfigListener cannot be found — context fails to start
SEVERE: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener
- Right click on your project in Eclipse and go to Properties->Deployment Assembly
- Click "Add..."
- Select "Java Build Path Entries" and click "Next"
- select "Maven Dependencies" and click "Finish"
Now start the tomcat server it should up without errors if every thing is well.
No comments:
Post a Comment