前提・実現したいこと
初めてeclipeseでtomcat8のインストール後、環境設定を行っていますが
eclipeseにエラーメッセージが発生しましています。
エラーを解決し先に進みたいのですが解決方法を知っている方教えていただけますでしょうか。
発生している問題・エラーメッセージ
cvc-elt.1.a: Cannot find the declaration of element 'tomcat-users'.
該当のソースコード
tomcat-users.xml
<tomcat-users version="1.0" xmlns="http://tomcat.apache.org/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd">
※上記がエラーマークがついている箇所です。一番下の行にカーソルを当てると
以下のメッセージが出力されます。
schema_reference.4: Failed to read schema document 'tomcat-users.xsd', because 1) could not find the document;
2) the document could not be read; 3) the root element of the document is not xsd:schema.
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
試したこと
ユーザの設定は行いました。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー