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

最近在做的项目,通过ajax传入的数据其他都可以得到,就是img src 的数据得不到。

Failed to load resource: the server responded with a status of 404 (Not Found)_第1张图片

后来看了一下自己Tomcat发布目录的工作空间没有改 ,是在Tomcat默认的工作空间下面
Failed to load resource: the server responded with a status of 404 (Not Found)_第2张图片
然后我的图片的文件夹是放在D盘下tomcat 安装目录的webapp下面的, 导致出现了这个问题。

后来重新创建一个Tomcat服务器 并且删掉之前的servers重新创建一个 在Tomcat启动之前 改成了当前Tomcat安装目录下, 在Tomcat启动之前 修改项目的发布空间,然后将图片文件夹放到当前选中的文件夹下面 Failed to load resource: the server responded with a status of 404 (Not Found)_第3张图片
然后再重启一下服务器运行文件就好了。

Failed to load resource: the server responded with a status of 404 (Not Found)_第4张图片

**

ps:删除Tomcat服务器后 Web项目会报错

按照图片BuildPath一下就好了

**
Failed to load resource: the server responded with a status of 404 (Not Found)_第5张图片
Failed to load resource: the server responded with a status of 404 (Not Found)_第6张图片

这个小玩意搞了我一个晚上,还是老师说了才晓得,我太菜了。

你可能感兴趣的:(servlet)