報錯信息:Attribute "xmlns" was already specified for element "web-app"
因爲項目的重命名,
出現了xmlns的重複賦值,這多是eclipse本身設定的一種方式,從新爲項目匹配合適的配置。
<
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」 version=「2.5″>
刪除其中一個便可