반응형
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를 대문자로 변경한다.
※ 내용이 도움 되셨다면 광고 클릭 한번 부탁드립니다.
반응형
'스프링 프레임워크' 카테고리의 다른 글
[디버깅] Web server failed to start. Port 8080 was already in use. (0) | 2021.06.17 |
---|---|
[boot] Visual Studio Code를 이용한 스프링 부트 프로젝트 시작 (0) | 2021.06.16 |
스프링 log4jdbc-log4j2 라이브러리 설치 및 적용 (0) | 2021.06.08 |
log4j.xml 에러 디버깅 (The file cannot be validated as the XML definition. Create the DTD file or configure an XML catalog for this DTD.) (0) | 2021.06.08 |
[JAVA] 문자열 처리 함수 (0) | 2021.06.01 |