我的项目在eclipse下能运行,但是单独拿出来放到 tomcat webapps 下就不能打开了啊

HTTP Status 404 - /guide/WebContent/front!index.action

type Status report

message /guide/WebContent/front!index.action

description The requested resource is not available.

Apache Tomcat/7.0.50

我的Action:
@Action("front")
@Results({
@Result(name="index",location="/guide/index.jsp"),
@Result(name="intro",location="/guide/intro.jsp"),
@Result(name="reindex",type="redirect",location="front!index.action")
})
public class FrontAction extends BaseAction{

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^