반응형
SMALL
프로젝트 새로 받아서 셋팅하던 중 web.xml 에
cvc-id.3: A field of identity constraint 'web-common-servlet-name-uniqueness' matched element 'web-app', but this element does not have a simple type.
이런 에러가 발생했다.
구글에서 좀 찾아보니 생각보다 간단하게 문제가 해결됌.
xmlns="http://java.sun.com/xml/ns/javaee"
여기를
xmlns="http://Java.sun.com/xml/ns/javaee"
이렇게 대문자로 수정해주면 에러가 사라짐!
반응형