返回信息流在myeclipse中打开weblogic8.1控制台,输入http://localhost:7001/Myweb/MyJsp.jsp,结果显示:
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.
求教该如何解决啊?
这是一条镜像帖。来源:北邮人论坛 / java / #17681同步于 2011/3/25
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Java机器人发帖
【求教】Error 404--Not Found”错误的处理方法
hilyduan
2011/3/25镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
你的路径对么
404就是说找不到那个MyJsp.jsp文件
【 在 hilyduan (米有名字~~) 的大作中提到: 】
: 在myeclipse中打开weblogic8.1控制台,输入http://localhost:7001/Myweb/MyJsp.jsp,结果显示:
: Error 404--Not Found
: From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
: ...................
【 在 ox 的大作中提到: 】
: 你的路径对么
: 404就是说找不到那个MyJsp.jsp文件
: 【 在 hilyduan (米有名字~~) 的大作中提到: 】
: ...................
比如我要打的是:http://localhost:7001/firstjsp.jsp
把firstjsp.jsp放在了bea\user_weblogic\domain\application中,还是不行啊。。。
【 在 ox 的大作中提到: 】
: 你的路径对么
: 404就是说找不到那个MyJsp.jsp文件
: 【 在 hilyduan (米有名字~~) 的大作中提到: 】
: ...................
我用的是weblogic8.1,将jsp文件放在目录bea\user_projects\domains\application\myweb\MYweb中依然出现404错误...
试了很多办法,还是没法解决。。。求指教啊!!