概述
问题描述:
最近在用eclipse2022维护一个比较老的javaWeb 项目的时,web.xml文件报了很多problems,如下:
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.xml 的DTD约束异常。
解决方案:
把 web.xml文件中DTD约束更新到最新版本即可
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
改成
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
步骤:
在浏览器输入http://java.sun.com/xml/ns/j2ee
页面跳转后可以看到最新版本,
即:http://xmlns.jcp.org/xml/ns/javaee,替换即可
最后
以上就是现实悟空为你收集整理的cvc-id.3: A field of identity constraint ‘web-app-servlet-name-uniqueness‘ matched element ‘web-app‘的全部内容,希望文章能够帮你解决cvc-id.3: A field of identity constraint ‘web-app-servlet-name-uniqueness‘ matched element ‘web-app‘所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复