码迷,mamicode.com
首页 > 其他好文 > 详细

No grammar constraints (DTD or XML Schema) referenced in the document.

时间:2019-04-17 00:20:42      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:reference   ati   ref   dtd   oca   cat   方法   web   ram   

问题描述

web.xml 使用 Servlet4.0 版本,No grammar constraints (DTD or XML Schema) referenced in the document.

解决方法

添加 <!DOCTYPE html>

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<web-app version="4.0" 
    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_4_0.xsd">
  
</web-app>

No grammar constraints (DTD or XML Schema) referenced in the document.

标签:reference   ati   ref   dtd   oca   cat   方法   web   ram   

原文地址:https://www.cnblogs.com/wumz/p/10720976.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!