Element web-app must be declared

2018-05-25  本文已影响0人  逝者如斯灬

一般是部署描述符版本问题导致的

把头文件换成如下配置:

<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee     http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
         version="3.1">
上一篇 下一篇

猜你喜欢

热点阅读