1. ホーム
  2. Web プログラミング
  3. その他全般

[解決済み】リソースの読み込みに失敗しました:サーバーは404(Not Found)のステータスで応答しました。)

2021-12-28 20:44:47

質問

CSSのことです。

<link  href="../Jquery/jquery.multiselect.css" rel="stylesheet"/>
<link  href="../Jquery/style.css" rel="stylesheet" />
<link  href="../Jquery/prettify.css" rel="stylesheet" />

JSのことです。

<script  src="../Jquery/jquery.multiselect.js"></script>
<script  src="../Jquery/prettify.js"></script>

エラーが出ます。

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/RetailSmart/jsp/Jquery/jquery.multiselect.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/RetailSmart/jsp/Jquery/style.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/RetailSmart/jsp/Jquery/prettify.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/RetailSmart/jsp/Jquery/jquery.multiselect.js
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/RetailSmart/jsp/Jquery/prettify.js

リンクディレクトリの構造は以下の通りです。

解決方法は?

あなたのファイルは jsp フォルダ そのため、見つかりません。もう一度1フォルダー分戻ってみてください。

<script src="../../Jquery/prettify.js"></script>