Eclipse报错:Attribute "xmlns" was already specified for element "web-app".

Posted Tomorrow

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse报错:Attribute "xmlns" was already specified for element "web-app".相关的知识,希望对你有一定的参考价值。

原因:

在Eclipse中修改了已有的Web工程的工程名,然后出现该错误。

Attribute "xmlns" was already specified for element "web-app".

 

检查web.xml文件:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee" 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_2_5.xsd" id="WebApp_ID" version="2.5">

确实是出现了两次:xmlns="http://java.sun.com/xml/ns/javaee"

 

解决方法:

删掉一个即可。




以上是关于Eclipse报错:Attribute "xmlns" was already specified for element "web-app".的主要内容,如果未能解决你的问题,请参考以下文章

ddt运行报错AttributeError: type object 'TestLogin' has no attribute 'test_login'

docker部署报错no main manifest attribute

报错:The JSP specification requires that attribute

现在接手一个java项目 批量导入模块,需提供jsp页面上excel导入功能 求设计

ofbiz中上传excel文件.xls和.xlsx

Selenium 之 报错AttributeError: 'list' object has no attribute 'click'