您的位置:首页 > 编程语言 > Java开发

eclipse validator - Invalid content was found starting with element 'display-name' in web.xml

2016-03-29 20:17 477 查看
Move "display-name" as the first element under "servlet" tag, the validation error should go away.

<servlet>
<display-name>PropTax</display-name>
<servlet-name>PropTax</servlet-name>
<servlet-class>org.slco.treasurer.propertytax.servlet.PropTax</servlet-class>
</servlet>


转载:http://stackoverflow.com/questions/3982403/eclipse-validator-invalid-content-was-found-starting-with-element-display-nam
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: