web.xml 文件报错:Referenced file contains errors、cvc-id.3:A field of identity constraint

本文介绍了解决MyEclipse中web.xml文件出现的错误问题,包括因XML导入标签错误导致的问题及具体的修正方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

引言:导入maven工程,web.xml 报了三个错误!错误截图如下:

   1.Referenced file contains errors (file:/D:/MyEclipse+/MyEclipse/configuration/org.eclipse.osgi/980/0/.cp/dtdsAndSchemas/
 web-app_3_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
   2. cvc-id.3: A field of identity constraint 'web-common-filter-name-uniqueness' matched element 'web-app', 

 

在网上找了关于第二个问题的解决方法,只能找到英文版的,而且还看不太懂,最终去查了第一个问题的解决问题,大致的解决方法是因为xml 导入标签错误

<web-app  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns="http://java.sun.com/xml/ns/javaee"

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee

http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">

将上面  xmlns="http://java.sun.com/xml/ns/javaee"  中的java改为大写

具体如下:xmlns="http://JAVA.sun.com/xml/ns/javaee"

最终报错web.xml文件 错误信息全都没有了!  截图如下:

 

 

评论 10
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值