Eclipse2021中web.xml报错

博客讨论了在XML Schema验证过程中遇到的身份约束错误,指出'web-app'元素的类型不符合预期。推荐的解决方案是检查并更新XML文档中'web-app'元素的定义,确保它符合指定的schema(web-app_3_0.xsd)。错误可能源于元素内容冲突,建议删除重复或不兼容的部分。
摘要由CSDN通过智能技术生成

报错内容:
cvc-id.3: A field of identity constraint '...' matched element 'web-app', but this element does not have a simple type
具体可能如下
cvc-id.3: A field of identity constraint 'web-common-filter-name-uniqueness' matched element 'web-app', but this element does not have a simple type
或者
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-app 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/web-app_3_0.xsd"
version="3.0">

报错原因:内容冲突,删除其一

 访问该网址http://java.sun.com/xml/ns/javaee,检索web-app_3_0.xsd,下载文件可查看推荐写法

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值