Thursday, 5 May 2016

Log4jConfigListener cannot be found — context fails to start

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


  1. Right click on your project in Eclipse and go to Properties->Deployment Assembly
  2. Click "Add..."
  3. Select "Java Build Path Entries" and click "Next"
  4. 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