paip.http 404错误 的解决
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.csdn.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 跟踪一下..
错误原因
1.查看web服务器log...看是否错误...
2.使用了spring 或者struts 等等mvc框架,但是设置错误..
3.web服务器使用了配置了域名方式,但是使用ip方式访问或者相反..
比如resin:: host id 为空的为ip方式访问,不为空时候为域名方式
作者Attilax 艾龙, EMAIL:1466519819@qq.com
来源:attilax的专栏
地址:http://blog.csdn.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 跟踪一下..