日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

web.xml文件头出错

發布時間:2024/7/19 编程问答 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 web.xml文件头出错 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

原先將web.xml文件頭設置為如下格式

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="3.1" 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">

?

但在編譯時就報錯:

Multiple annotations found at this line:
- cvc-complex-type.2.3: Element 'web-app' cannot
have character [children], because the type's content type is
element-only.
- No grammar constraints (DTD or XML Schema)
referenced in the document.

如下圖:

據查是文件頭有錯誤,換個就可以了,可這個文件頭是我從tomcat文件夾下的web.xml中拷貝的,相對于換一個文件頭,我更傾向于從自身上找原因。。

下面簡要說明不換文件頭也可以改正錯誤的方法。

首先說第二條錯誤- No grammar constraints (DTD or XML Schema)?referenced in the document.

解決辦法是。。。。ctrl+s,這確實是我的疏忽。。滑稽臉

針對第一條:- cvc-complex-type.2.3: Element 'web-app' cannot?have character [children], because the type's content type is?
element-only.

解決辦法是:將<web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" ...中的javaee改為j2ee

如下所示

問題就解決了。。

?

轉載于:https://www.cnblogs.com/zjfjava/p/6408233.html

總結

以上是生活随笔為你收集整理的web.xml文件头出错的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。