异常-----web.xml文件报错 Multiple annotations found at this line: - cvc-complex-type.2.4.b: The content of

1,检查抬头是不是有问题。

 


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 
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

 

 

2,检查自己是不是写错标签了

 

比如我的

index.jsp这是错误的

 

 

 

 


index.jsp
index.html
index.htm
改成它就好了。

你可能感兴趣的:(异常-----web.xml文件报错 Multiple annotations found at this line: - cvc-complex-type.2.4.b: The content of)