일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 답변형 게시판
- rownum
- HTTP Status 500
- Oracle SQL
- oracle
- 과정평가형
- CRUD
- jQuery
- git
- HTTP Status 404
- 한글 인코딩
- alias
- JSP
- github
- 제약조건
- distinct
- 이클립스
- 부트스트랩
- HTML
- SQL
- Java
- sql developer
- Bootstrap
- Oracle DB
- 모조칼럼
- group by
- 성적프로그램
- tomcat
- ||
- JavaScript
Archives
초급의 끄적거림
[오류] web.xml 오류 cvc-id.3: A field of identity constraint 본문
오류메세지
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.
- web.xml 에서 아래와 같이 19행과 35행에 X표시와 함께 마지막 > 에서 빨간줄 발생 + 위의 에러 메세지 발생
해결 방법
- xsi:schemaLocation 의 소문자였던 java 를 대문자로 JAVA 나 Java 로 변경함
xsi:schemaLocation="http://Java.sun.com/xml/ns/javaee 나
xsi:schemaLocation="http://JAVA.sun.com/xml/ns/javaee 로 수정
'기타' 카테고리의 다른 글
[Eclipse] SVN Working copy~ locked 해결 (0) | 2021.08.18 |
---|---|
[MSWord] 이미지 안 보임 현상 해결방법 (0) | 2021.05.21 |
[VisualSVN Server] 사용자등록, 권한부여 (0) | 2021.04.13 |
[jQuery] serialize() (0) | 2020.07.27 |
[Eclipse] BreakPoint 모두 지우기 (0) | 2020.07.02 |
Comments