스프링 프레임워크
web.xml 에러 디버깅 (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. 6. 1. 16:51
반응형
1. 시험환경
- 스프링 STS
2. 목적
- web.xml 파일 에러 디버깅
- 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.
3. 적용
① Spring MVC 프로젝트만 생성하였는데, web.xml에서 빨간줄 에러가 발생하였다.

4. 결과
- 해결방법은 간단하다.
- web-app 태그에서 java를 대문자로 변경한다.

※ 내용이 도움 되셨다면 광고 클릭 한번 부탁드립니다.
반응형