Web/WAS

tomcat - Error listenerStart

linuxism 2012. 5. 26. 02:44


심각: Error listenerStart
2008. 4. 16 오후 1:09:22 org.apache.catalina.core.StandardContext start
심각: Context [] startup failed due to previous errors

 

 <!-- Listener -->
 <listener>
  <listener-class>
   org.springframework.web.util.Log4jConfigListener
  </listener-class>
 </listener>
 <listener>
  <listener-class>
   org.springframework.web.context.ContextLoaderListener
  </listener-class>
 </listener>

 

위와같이 Log4Listener 설정을 먼저 하고 ContextLoaderListener를 잡아주어야 한다.

Spring API에서 이를 명시했다 하는데;;;;;

난 왜 모를까..ㅋㅋ

 

http://jsf-spring.sourceforge.net/3.0.0M3/de/mindmatters/faces/spring/context/ContextLoaderListener.html


출처 - http://blog.daum.net/_blog/BlogTypeView.do?blogid=0D51I&articleno=15811890&categoryId=896561&regdt=20080428212952#ajax_history_home