xml을 읽고 싶은데 xml이 없어
IOException parsing XML document 이 보이면
xml이 없거나 못 읽는다는 뜻
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
web.xml에 경로와 파일이름 설정
'javaboiii의 Error | Exception' 카테고리의 다른 글
Error - HTTP 상태 415 - 지원되지 않는 Media Type (0) | 2024.10.12 |
---|---|
ERROR - 405 허용되지 않는 메소드 (1) | 2024.10.10 |
Exception - BeanDefinitionStoreException (0) | 2024.10.07 |
Exception - UnsatisfiedDependencyException (0) | 2024.10.04 |
TLD 또는 태그 파일 내의 attribute 지시어에 의하면, 속성 [test]은(는) 어떤 표현식도 받아들이지 않습니다. (0) | 2024.09.24 |