Failed to load resource: the server responded with a status of 404 (Not Found)

1,资源路径是可以正常访问,就是改成绝对路径还是还是报:Failed to load resource: the server responded with a status of 404 (Not Found)

2,错误实例:

Failed to load resource: the server responded with a status of 404 (Not Found)Failed to load resource: the server responded with a status of 404 (Not Found)

3,然后查看tomcat日志发现提示错误:web配置中把资源拦截了下来了,并且是以*.ttf,*.woff的文件

Failed to load resource: the server responded with a status of 404 (Not Found)

4,定位到问题所在,修改web.xml配置文件,重启服务器,就不会报错了

Failed to load resource: the server responded with a status of 404 (Not Found)