日期:2014-05-18  浏览次数:20616 次

页面访问Error 404--Not Found
本帖最后由 magi1201 于 2013-12-11 09:47:11 编辑
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.

weblogic服务器,启动起来访问时,报404。
我试着将web.xml文件其它配置都干掉,仅留一个欢迎页面的配置,依然报404错误。
将web.xml里面标签故意删掉一些,启动时报web.xml标签错误。
完整的web.xml启动,访问时就报这个错误。
哪位遇到过,给点意见,非常感谢。
 

------解决方案--------------------
你访问的url是什么?
------解决方案--------------------
不能吧,404错误这么简单。
启动日志有吗?
你弄个干净的空工程启动试试
------解决方案--------------------
这个确实挺难找问题的。启动不报错,工程没有问题。如果是action没有匹配的话,会报找不到相应的 action  mapping的错误。
会不会是请求的路径端口号写错了。