paip.http 404错误 的解决
错误原因
1.查看web服务器log...看是否错误...
2.使用了spring 或者struts 等等mvc框架,但是设置错误..
3.web服务器使用了配置了域名方式,但是使用ip方式访问或者相反..
比如resin:: host id 为空的为ip方式访问,不为空时候为域名方式
作者Attilax 艾龙, EMAIL:1466519819@qq.com
来源:attilax的专栏
地址:http://blog.****.net/attilax
<cluster id="homiServer">
<server id="homiServerServerID" port="6802">
<http id="httpid8083" port="8282"/>
</server>
<host id="" root-directory=".">
<web-app id="/" root-directory="C:\Users\Administrator\Workspaces\MyEclipse 8.5\homiServer\WebRoot" />
</host>
</cluster>
4.其他404错误,使用process monitor 跟踪一下..
相关文章
- ssh 登录时常出现的几种错误以及解决方法(Linux)
- window无法启动mongodb服务:系统找不到指定的文件错误的解决方法
- 新安装Ubuntu加载时提示“为/检查磁盘时发生严重错误”的解决方法
- 关于conda install 报SSL错误的解决。
- 解决TypeError: Object of type xxx is not JSON serializable语法错误的问题
- 使用sklearn中的fetch_mldata的错误情况以及可能可行的解决方法
- Oracle ORA-01033: ORACLE initialization or shutdown in progress 错误解决办法Windows版(手贱强制重启电脑的后果)
- Nginx 502 Bad Gateway 的错误的解决方案
- 已解决: SQL语法错误异常的正确解决方法,亲测有效!!!
- phpMyadmin登录以后出现1193错误的解决方法