Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウザに画像が表示されません。これを servlet-Context.xml に追加しました。
<mvc:resources mapping="/images/**" location="/images/" />
そして、home.jsp で:
<img src="images/header.png">
画像が表示されません:(なぜですか?
jstl タグを使用する
<img src="<c:url value="images/header.png"/>"/>