struts+hibernate+spring 问题急急急!!!

来源:百度知道 编辑:UC知道 时间:2024/06/24 09:19:09
我的工厂在tomcat部署好了
可在页面访问时出现
HTTP Status 404 - /guanli/dl/dl1010.jsp

--------------------------------------------------------------------------------

type Status report

message /guanli/dl/dl1010.jsp

description The requested resource (/guanli/dl/dl1010.jsp) is not available.

--------------------------------------------------------------------------------

Apache Tomcat/6.0.13

我很郁闷。这是我以前做好的一个东西!没有一点问题!
过两天看时就出现这个错误!
更要命的是 只要在myeclipse做的工厂都出现这样的错误!
我很郁闷,谢谢你们帮助下!
再次谢谢了
http://localhost:8080/guanli
就连工厂也找不见....
可是服务器 都部署上了啊
为什么找不见....

路径问题
---------------------------------------------
你看看能访问到http://localhost:8080 这个页面么?如果能说明tomcat正常

你用的struts 设置<global-forwards>
<forward name="index" path="/index.jsp" />
</global-forwards>
了没有。
如果没有你的页面地址必须是:http://localhost:8080/工程名/页面名.jsp 这样是不通过action 直接访问页面
总的来说还是你的路径有问题。在调试调试
---------------------------------------
你看看你的web.xml你的映射有可能出错导致找不到路径

找不到页面
肯定还是路径问题