900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > JSP无法加载静态资源:Failed to load resource: the server responded with a status of 404 ()

JSP无法加载静态资源:Failed to load resource: the server responded with a status of 404 ()

时间:2023-05-25 16:24:42

相关推荐

JSP无法加载静态资源:Failed to load resource: the server responded with a status of 404 ()

JSP无法加载静态资源:Failed to load resource: the server responded with a status of 404 ()

在写项目的时候,我们总共发现的问题时,总是遇到静态资源无法正常加载的bug,出现了如下图的bug!

原因是在经过DispacterSerlvet转发时被它内置的过滤器给拦截了,引入文件是这样的! ! !

解决方法:

第一步:

<%@ taglib prefix=“c” uri=“/jsp/jstl/core” %>

第二步:

修改路径

2、用 <c:url value=""></c:url>标签引入框架文件

根据以上两步去解决这个问题,JSP无法加载静态资源的问题就可以检查啦!!!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。