首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

The server has not found anything matching the Request-URI

2014-01-26 
在tomcat下面能正常显示页面,但是在weblogic下面就出现 Error 404--Not Found From RFC 2068 Hypertext Tra

在tomcat下面能正常显示页面,但是在weblogic下面就出现
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.

这个问题怎么解决啊

------解决方法--------------------------------------------------------
可能部署的路径不对 导致找不到页面
------解决方法--------------------------------------------------------
请检查部署的路径

        

热点排行