Graypn 2014-02-08 16:06 采纳率: 0%
浏览 1397

我的项目在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{

  • 写回答

1条回答 默认 最新

  • CSDN-Ada助手 CSDN-AI 官方账号 2022-10-28 11:58
    关注
    不知道你这个问题是否已经解决, 如果还没有解决的话:

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

报告相同问题?