Error
[톰캣 Error] 심각: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
꼬요버디
2024. 5. 3. 13:44
728x90
심각: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
✅ 원인
was 소스가 import 되지 않아서 발생한 에러
라이브러리에 server runtime이 추가되지 않아서 발생함
✅ 해결
프로젝트 우클릭 > Properties > Java Build Path
Add Library > Server Runtime
Apache Tomcat v8.0 선택 > Finish