Web

[Eclipse - Spring] web.xml에서 "There are '37' errors in 'jsp_2_1.xsd'.", "cvc-id.3: A field of identity constraint 'web-app-servlet-name-uniqueness' matched element 'web-app', but this element does not have a simple type." 에러 해결

기시미 2021. 3. 29. 13:35

안녕하세요 개발 설정을 하기 위해 Eclipse를 다루면서 발생한 에러를 해결하였습니다.

처음 프로젝트를 생성하면 다음과 같은 에러가 나타났습니다.

 

line 2 : 

 There are '37' errors in 'jsp_2_1.xsd' 

line 19

 cvc-id.3: A field of identity constraint 'web-app-servlet-name-uniqueness' matched element 'web-app', but this element does not have a simple type. 

 

해결 방법은 간단합니다.

 xsi : schemaLocation에서 url 사이 세미콜론( ; )을 추가 해주면 바로 해결 가능합니다 :)