您现在的位置: 万盛学电脑网 >> 电脑基础 >> 电脑基本常识 >> 正文

“Error 404

作者:佚名    责任编辑:admin    更新时间:2022-06-22

class="area"> “Error 404--Not Found”错误怎么办?有的时候打开主页,即http://localhost:7001/cerp/signin 时出现以下错误:

Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

403错误截图如下:

很多人对此束手无策,经过我的研究,解决方法如下:

找到服务器所在的文件夹,即startWeblogic.cmd所在的文件夹,及服务所在的domain下面。找到myserver文件夹,直接删除即可(此文件夹为启动服务器时自动生成的文件夹。并且里面有相关的日志文件)。删除前要关闭相应的服务。否则无法删除myserver文件夹。