この問題に関するほとんどすべての投稿を読みましたが、これまでのところ解決策はありません。
- 私の CSS は WEB-INF フォルダーの外にあります。
- 「${pageContext.request.contextPath}」を試してみましたが、役に立ちませんでした。
- web.xml で次のサーブレット マッピングを試しましたが、NoTargetForURIExceptionが発生します。
エラー :
PageNotFound W org.springframework.web.servlet.DispatcherServlet noHandlerFound No mapping found for HTTP request with URI [/webapp/css/util.css] in DispatcherServlet with name 'cm-dispatcher'
私のJSP:
<link href="${pageContext.request.contextPath}/css/util.css" rel="stylesheet" type="text/css" />
ヘルプ!