WEB/Back-End 🌚

[Spring] web.xml 오류

narang111 2022. 3. 13. 17:48

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">