首页 > 其他 > 详细

Error 403--Forbidden

时间:2015-05-22 12:51:39      阅读:94      评论:0      收藏:0      [点我收藏+]

转自他人:
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.
If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe
the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why
the request has been refused, or when no other response is applicable.

它不是我们配置不当造成的。

只是应该明白,WebLogic 与Tomcat服务的不同就OK啦。

原因:
未输入完整的访问路径,WebLogic与Tomcat不同,不能显示出目录下的所有文件,
故必须要输入完整的访问路径,例:http://localhost:7001/bea_test/conn.jsp
即地址输入至jsp页面级,即可正常显示!

Error 403--Forbidden

原文:http://www.cnblogs.com/fangzhizi/p/4521765.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!