[상황]
프로젝트 생성 후 log4j.xml 에서 에러가 줄줄이 발생
[참고 플랫폼]
1. eclipse 4.19 (2021-03) 버전
2. eclipse 플러그인 spring 3.9.14 RELEASE
3. spring Legacy Project
[에러 내용]
Cannot find DTD 'file:///C:/dev/eclipse/workspace/[해당 프로젝트]/src/main/resources/log4j.dtd'.
Create the DTD file or configure an XML catalog for this DTD.
Multiple annotations found at this line:
- Cannot find DTD 'file:///C:/dev/eclipse/workspace/[해당 프로젝트]/src/main/resources/log4j.dtd'.
Create the DTD file or configure an XML catalog for this DTD.
- The file cannot be validated as the XML definition
"C:\dev\eclipse\workspace\[해당 프로젝트]\src\main\java\log4j.dtd
(지정된 파일을 찾을 수 없습니다)" that is specified as
describing the syntax of the file cannot be located.
[해결 방법]
첫 줄의 "log4j.dtd" 를 아래 코드로 수정
"http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd"