我是靠谱客的博主 俊逸超短裙,这篇文章主要介绍The content of element type "web-app" must match "(icon?,display-name?,description?..解决方法,现在分享给大家,希望可以做个参考。

错误信息:

The content of element type “web-app” must match “(icon?,display-name?,description?,distributable?,context-
param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-
page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-
local-ref*)”.
在这里插入图片描述

分析:

web.xml的配置问题,不符合web-app_2_3.dtd规范

应该严格按照 icon?,display-name?,description?,distributable顺序添加节点,

解决方法:

1.按照错误提示上的顺序排列

2.删除 <!DOCTYPE web-app ....>这段内容即可

最后

以上就是俊逸超短裙最近收集整理的关于The content of element type "web-app" must match "(icon?,display-name?,description?..解决方法的全部内容,更多相关The内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(113)

评论列表共有 0 条评论

立即
投稿
返回
顶部