헤멘 뒤 결과물.
엉뚱한곳에서 한참헤멨었네.. 플러그인 문젠가해서 다지웠다 깔고 다시 생성하고 반복하다
우연히 찾은 검색에 한번에 해결.

java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener


Reticulogic's second suggestion is correct. However, in Eclipse Helios, the "Java EE Module Dependencies" option has been removed. The fix for Helios is as follows:

  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"

http://stackoverflow.com/questions/4780168/log4jconfiglistener-cannot-be-found-context-fails-to-start

+ Recent posts