A field of identity constraint 'web-app-servlet-name-uniqueness' matched element 'web-app', but this element does not have a simple type.
맨 위에 java.sun.com의 java를 Java로 바꾸어주었더니 해결되었다.
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://Java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
'WEB > Back-End 🌚' 카테고리의 다른 글
[Spring] 요청된 리소스 [/] 는 가용하지 않습니다. 오류 (1) | 2022.10.18 |
---|---|
[Spring] ERROR: org.springframework.web.servlet.DispatcherServlet (0) | 2022.10.05 |
[Spring] JPA란? (0) | 2022.09.22 |
[Spring] web.xml 보기 형식, spring 초기 설정 (0) | 2022.03.12 |
[Spring] STS install, spring legacy 없을 때 (0) | 2022.03.12 |