struts开发的系统移植到别的系统出现找不到Servlet action,该如何解决?
struts开发的系统移植到别的系统出现找不到Servlet action ,在自己机器上使用正常,移到别的机器就出现问题
估计是哪里的配置出现了问题。 希望哪位可以帮忙一下
错误提示如下:
HTTP Status 404 - Servlet action is not available
--------------------------------------------------------------------------------
type Status report
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.12
问题点数:0、回复次数:5Top
1 楼liuxy163(呆呆牛)回复于 2005-06-05 15:47:39 得分 0
是找不到请求的PATH啊Top
2 楼orphen888(水更流)回复于 2005-06-05 16:45:27 得分 0
如果是path的问题,如何解决? 是环境变量里的path吗Top
3 楼xuelei81(阿薛)回复于 2005-06-06 14:24:16 得分 0
没放对路径Top
4 楼usherlight(xingtian)回复于 2005-06-07 12:55:31 得分 0
WEB-INF目录下的文件,两台机器对照一下。Top
5 楼orphen888(水更流)回复于 2005-06-09 12:13:39 得分 0
我找到问题了,是数据库JDBC连接的问题,而且在数据库安装的时候要选两种模式登陆Top
相关问题
- struts Action传参数给servlet问题
- spring+struts+hibernate,执行Factory.do时报错:Servlet action is not available.
- 在添加data-sources后,struts错误 servlet action is not available~~~~~
- struts的配置,关于servlet
- 谁在用STRUTS时遇到这个问题:HTTP Status 404 - Servlet action is not available
- httpd+tomcat如何设置一个servlet或struts action为web的欢迎页面???
- Struts in Action Source Code
- 关于struts action?
- struts action 問題
- 小妹刚学struts,老是不明白servlet-name:action url-pattern: *.do是什么意思?




