심각: 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



'Web > WAS' 카테고리의 다른 글

tomcat - 바이너리 하나로 인스턴스 여러개 실행  (0) 2012.05.26
tomcat - connector 별 context 구분하기  (0) 2012.05.26
tomcat - Web Application 배포  (0) 2012.05.26
tomcat - https 사용  (0) 2012.05.17
tomcat 클래스 로드 순서  (0) 2012.05.09
Posted by linuxism
,