CAS Server 3.3.5 빌드 시 보여지는 Exception 관련~
JAVA/CAS / 2010. 1. 11. 13:38
CAS Server를 빌드하는 중 많은 우여 곡절을 겪고 있네요...
아래는 그 중 하나~
SafeDispatcherServlet:
The Spring DispatcherServlet we wrap threw on init.
But for our having caught this error, the servlet would not have initialized.
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/-servlet.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/-servlet.xml]
The Spring DispatcherServlet we wrap threw on init.
But for our having caught this error, the servlet would not have initialized.
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/-servlet.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/-servlet.xml]
뜬금 없는 /WEB-INF/-servlet.xml ... "-servlet.xml" 앞에 먼가 있을 것 같은데...
역시나 모르는 것은 구글에게 물어보는 것이 빠르기에 바로 구글링 들어갔습니다.
http://www.mail-archive.com/cas@tp.its.yale.edu/msg06027.html
위의 내용을 확인해 보니...
The SafeDispatcherServletTests error is caught and ignored. Its displayed
because of the log4j settings.
-Scott
log4j 설정에 의해 보여진다는 Scott 님의 말씀...because of the log4j settings.
-Scott
한마디로 무시해도 상관 없다는 이야기입니다. 아마도...