ICEfaces和NetBeans错误

时间:2010-11-21 04:28:04

标签: java netbeans icefaces

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

1 个答案:

答案 0 :(得分:0)

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

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

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