본문 바로가기
spring framwork 에러노트

Description Resource Path Location Type Cannot find DTD 'log4j.dtd'. Create the DTD file or configure an XML catalog for this DTD. log4j.xml /study/src/main/resources line 2 Language Servers

by applejune 2022. 8. 28.

log4j.dtd 지정된 파일을 찾을 수 없습니다.

 

이렇게 에러가 났다면 log4j 주소 값이 잘못 된 것이다. 

 

 

출처: https://withthisclue.tistory.com/entry/Spring-log4jxml-에러-Cannot-find-DTD-log4jdtd-지정된-파일을-찾을-수-없습니다

 

[Spring] log4j.xml 에러 - Cannot find DTD, log4j.dtd 지정된 파일을 찾을 수 없습니다.

 문제 log4j.xml 에서 예외가 발생했다. 서버 실행은 되고, console 로그도 보이나, 서버 로그 파일이 생성되지 않았다. Cannot find DTD log4j.dtd 지정된 파일을 찾을 수 없습니다. 빨간 x 표시에 마우스를

withthisclue.tistory.com