`
Sev7en_jun
  • 浏览: 1225421 次
  • 性别: Icon_minigender_1
  • 来自: 广州
博客专栏
84184fc0-d0b6-3f7f-a3f0-4202acb3caf5
Apache CXF使用s...
浏览量:111305
社区版块
存档分类
最新评论

解决:The content of element type "web-app" must match "(icon?,display-

 
阅读更多

 错误: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*)".
 - No grammar constraints (DTD or XML schema) detected for the document.

 

 

 

web.xml头部配置:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "
http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>

 

原因:文档内容标签顺序不符合web-app_2_3.dtd规范

 

解决方案

1:严格按照提示上的顺序排列

2:删除<!DOCTYPE 。。。。这段内容

分享到:
评论

相关推荐

    web.xml详解(web-app_2_3.dtd)

    ### web.xml详解(web-app_2_3.dtd) 在Java Web开发中,`web.xml`是部署描述文件的核心部分,它定义了Web应用程序的各种配置信息。本文将详细解析`web-app_2_3.dtd`中定义的主要元素及其作用,帮助开发者更好地...

    micro-app在vue-element-admin中的使用

    本资源是在基于micro-app在vue-element-admin中的搭建之后对micro-app在vue-element-admin中的使用进行的进一步研究。 主要包括:路由、页面之间的跳转、数据通信、样式隔离、元素隔离、资源共享、组件共享等的一些...

    element-plus(element-plus@2.8.1/element-plus-2.8.1) 本地离线资源

    本地离线资源,适用于没有网络连接、搭建自己的cdn等用途。 含有文件: /npm/element-plus@2.8.1/dist 37.2K /npm/element-plus@2.8.1/es 36.4K /npm/element-plus@... /npm/element-plus@2.8.1/web-types.json

    BootStrap3使用错误记录及解决办法

    The content of element type “font-face” is incomplete, it must match “((font-face-src,(desc|title|metadata)*)|((desc|title|metadata) +,font-face-src,((desc|title|metadata))*?))”. 解决办法: 源代码...

    vue3-element-admin:vue3 + element-plus + typescript 后台管理系统

    vue3-element-admin 是【有来开源组织】基于 Vue3 + Vite4 + TypeScript + Element-Plus + Pinia 等前端主流技术栈从0到1搭建后台管理系统模板(前后端开源)。 后端是基于 Spring Boot 3.0 、Spring Security 6.0 ...

    解决:dubbo找不到dubbo.xsd报错

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    cvc-complex-type.2.4.d: Invalid content was found

    在XML Schema设计中,"cvc-complex-type.2.4.d: Invalid content was found" 是一个常见的错误信息,这通常意味着在解析XML文档时,遇到了不符合定义的复杂类型的内容。这个错误通常涉及到XML Schema的约束规则,即...

    element-china-area-data@5.0.2.zip

    Element UI 是一个流行的前端用户界面库,主要用于构建优雅的、响应式的Web应用程序。它由饿了么团队开发,提供了一系列丰富的组件,使得开发者能够快速构建美观且功能强大的UI。在Element UI中,级联选择器...

    Element-ui css非网络引用,

    Element-ui css非网络引用 &lt;link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css1"&gt; &lt;link rel="stylesheet" href="/js/vue/index.css"&gt; &lt;div id="app"&gt; &lt;el-...

    web配置文件详解

    ELEMENT web-app (icon?, display-name?, description?, distributable?, context-param*, filter*, filter-mapping*, listener*, servlet*, servlet-mapping*, session-config?, mime-mapping*, welcome-file-...

    vue-element-plus-admin 是一个基于 element-plus 免费开源的中后台模版

    vue-element-plus-admin 是一个基于 element-plus 免费开源的中后台模版。使用了最新的vue3,vite4,TypeScript等主流技术开发,开箱即用的中后台前端解决方案,

    element-ui-v2.13.1.zip

    Element UI v2.13.1 是该库的一个稳定版本,其主要包含两个核心文件:`element-ui-v2.13.1.css` 和 `element-ui-v2.13.1.min.js`。 `element-ui-v2.13.1.css` 文件是 Element UI 的样式表,它包含了所有组件的 CSS ...

    vue-element-admin-master.zip

    7. **代码组织**:项目文件`vue-element-admin-master`中的结构通常包括源代码、配置文件、静态资源、测试文件等,遵循良好的代码组织原则,便于团队协作和代码维护。 8. **可扩展性**:Vue Element Admin允许...

    Prototype Cheat Sheet

    - **`findElement(event, tagName)`**: Finds the first element under the target of an event that matches the specified `tagName`. - **`fire(element, eventName[, memo])`**: Programmatically triggers an ...

    vuepress-plugin-element-ui:vuepress插件可基于markdown-it-container扩展elementui

    yarn add vuepress-plugin-element-ui -D // .vuepress/config.js module . exports = { plugins : [ 'element-ui' ] } 用法 :::: el-tabs ::: el-tab-pane label=title __markdown content__ ::: ::: el-tab-...

    element-ui 的el-button组件中添加自定义颜色和图标的实现方法.docx

    "element-ui 的 el-button 组件中添加自定义颜色和图标的实现方法" 在 Element UI 中,el-button 组件是非常常用的一个组件,但是默认情况下,它的颜色和图标都有限制。如果我们想要添加自定义的颜色和图标,该如何...

    HTML+Element-ui邮件管理前端界面

    若element-ui显示故障: 1.查看是否引用 &lt;!--引入 element-ui 的样式,--&gt; &lt;link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"&gt; &lt;!-- 必须先引入vue, 后使用element-ui --&gt;...

    vue-element-plus-admin:一套基于vue3,element-plus,typesScript,vue-cli4的后台集成方案

    介绍是一个基于 , , , 的后台解决方案,已经解决了和的写法和优点。内置了动态路由,权限验证,,典型的业务模型,丰富的功能组件,并提供了多页配置,开箱即用,可以用作项目的启动模版。它可以帮助您快速构建...

    elementor-free-v3.1.4+elementor-pro-v3.2.1

    wordpress插件:elementor-free-v3.1.4+elementor-pro-v3.2.1.zip 安装方式: 1.安装elementor-free-v3.1.4 2.安装elementor-pro-v3.2.1 如果已安装过elementor,建议先备份数据,随后禁用、删除elementor,同时清空...

    element-docs::fox: 组件库文档--基于 element-ui 官方组件库

    适用于Web的Vue.js 2.0 UI工具包。 Element将与Vue 2.x一起使用 对于Vue 3.0,我们建议使用同一团队的 链接 主页和文档 法国用户 真棒元素 常问问题 Vue.js 3.0迁移 自定义主题 在线预览和生成主题 React元素 角度...

Global site tag (gtag.js) - Google Analytics