ICEfaces 和 NetBeans 错误

发布于 2024-10-03 18:02:59 字数 329 浏览 1 评论 0原文

我从 netbeans 创建了一个新的 Web 项目,并选择 ICEFACES 作为框架 下面我选择创建welcomICEFACES.jspx和welcomICEFACES.html,所以当我运行它时就OK了。 但是,当我想从新页面开始时,例如 Index.jsp,我编辑 web.xml,但运行时以 http://localhost:8080/WebApplication1/welcomeICEfaces.iface,我不知道在哪里编辑,任何人都可以帮助我

I create a new web project from netbeans and I chose ICEFACES for frameworks
Below I chose create welcomeICEFACES.jspx and welcomICEFACES.html, So when I run it Ok.
But when I want to start with a new page, for example Index.jsp, I edit web.xml but when run it start with http://localhost:8080/WebApplication1/welcomeICEfaces.iface, I don't know where to edit, can anyone help me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十年九夏 2024-10-10 18:02:59

您的意思是当您将index.jsp添加到项目中时,当您启动项目时,它仍然以WelcomeICEfaces.iface开头吗?

在这种情况下,您必须更改welcome-file-list标签,如下所示:

<welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
</welcome-file-list>

Do you mean when you add index.jsp to the project, still when you launch the project, it starts with WelcomeICEfaces.iface?

In this case you have to change the welcome-file-list tag as follows:

<welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
</welcome-file-list>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文