org.jboss.deployment.DeploymentException: Document root element "web-app"问题解决

在JBOSS整合web项目中,启动时报错。

org.jboss.deployment.DeploymentException: Document root element "web-app",

主要还是web.xml的问题,如果在web.xml中没有下面代码

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">

会报出:

org.jboss.deployment.DeploymentException: Document root element "web-app", must match DOCTYPE root "null".; - nested throwable: (org.xml.sax.SAXParseException: Document root element "web-app", must match DOCTYPE root "null".)

是因为xml文件没有定义约束的dtd文件导致的,需要添加上。


新添加了上述DTD约束,继续报错如下

org.jboss.deployment.DeploymentException: 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*)".; - nested throwable: (org.xml.sax.SAXParseException: 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-app标签中,完全按照上面的顺序配置即可。





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值