java/eGovframework
[전자정부표준프레임워크] cvc-elt.1.a:Cannot find the declation of element 'web-app'.
@layers9
2024. 6. 16. 11:18
약간 당황스러운 에러를 접했음
>> cvc-elt.1.a:Cannot find the declation of element 'web-app'.

web-app은 정해진 태그일 뿐인데 왜 이런 에러가 나는지 갸우뚱했슴
먼저는 내 육안으로 기존의 지식을 기반으로 debug해보며 삽질의 시간이 삼십분 이상 흘러갔슴

1. web-app 태그의 내용을 다시 타자로 쳐봄 > 다시 타자친 이 태그에 빨간줄이 추가로 생성됨 ( false )
2. 지인들이 보내준 아래 링크를 참조해 web-app태그의 속성;attrubute;들의 'version'이나 그 스펠링을 수정하는 방법을 실행해 봄 > 그대로 빨간줄 ( false )
https://aroundlena.tistory.com/93
[에러] cvc-elt.1.a: Cannot find the declaration of element 'web-app'. 에러 해결법 (web.xml)
[에러] cvc-elt.1.a: Cannot find the declaration of element 'web-app'. 에러해결 (web.xml) ✔ 현상 web.xml의 web-app부분에 빨간색 X표시가 떴다 ✔ 해결방법 구글링해보니까 해결 방법이 여러가지가 있던데 나는 변
aroundlena.tistory.com
지금 수행 중인 프로젝트의 코드 샘플을 만든 주체자의 guide를 찾아볼 수 있었슴
이거슨. 유. 렠 하 !

3. 대략 속성값을 작성하는 규칙의 변경이였음. javaee; http:// ... > javaeee http:// ( true )


▼
