【JavaWeb报错】cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'.

本文描述了在项目中创建servlet时遇到的web.xml更新问题,详细解释了错误信息,并提供了解决方案,即删除无效的display-name标签,确保XML结构符合规范。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、产生问题描述或背景

1.错误描述:

在建好的项目下创建servlet,采取右键new-servlet的方法。

web.xml之前是正常创建并且更新的,但是在web.xml出现错误之后就不再自动更新。

2.报错情况

cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'. One of 

 '{"http://xmlns.jcp.org/xml/ns/javaee":servlet-class, "http://xmlns.jcp.org/xml/ns/javaee":jsp-file, "http://

 xmlns.jcp.org/xml/ns/javaee":init-param, "http://xmlns.jcp.org/xml/ns/javaee":load-on-startup, "http://

 xmlns.jcp.org/xml/ns/javaee":enabled, "http://xmlns.jcp.org/xml/ns/javaee":async-supported, "http://

 xmlns.jcp.org/xml/ns/javaee":run-as, "http://xmlns.jcp.org/xml/ns/javaee":security-role-ref, "http://

 xmlns.jcp.org/xml/ns/javaee":multipart-config}' is expected.

二、解决方案

删掉报错的所在行代码

通过查资料,知道display-name 和 description 均属于描述性标签,则可删掉,程序也能运行。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值