[Spring] Log4j Cannot find DTD 에러

Cannot find DTD 'file:///E:/kg-ac/java/springworkspace/Practice_SpringMVC/src/test/resources/log4j.dtd'.
Create the DTD file or configure an XML catalog for this DTD.

 

위와같이 DTD파일을 확인하지 못한다는 에러가 떳을 때 2번째 라인의 코드를 아래와 같이 수정해주면 된다.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">

 

' > Spring' 카테고리의 다른 글

[Spring] JUnit5 반복 테스트  (0) 2021.08.04
[Spring] JUnit4 단위 테스트  (0) 2021.08.03
[Spring] Redirect로 페이지 넘기기  (0) 2020.10.26
[Spring] 커맨드 객체 사용방법#2  (0) 2020.10.26
[Spring] 커맨드객체 사용방법#1  (0) 2020.10.26

댓글

Designed by JB FACTORY