2010-11-21 4 views
0

Je crée un nouveau projet web à partir de netbeans et j'ai choisi ICEFACES pour les frameworks Ci-dessous j'ai choisi créer welcomeICEFACES.jspx et welcomICEFACES.html, Donc quand je l'exécute Ok. Mais quand je veux commencer avec une nouvelle page, par exemple Index.jsp, j'édite web.xml mais quand il commence avec http://localhost:8080/WebApplication1/welcomeICEfaces.iface, je ne sais pas où éditer, quelqu'un peut-il m'aiderICEfaces et erreur NetBeans

Répondre

0

signifie quand vous ajoutez index.jsp au projet, toujours quand vous lancez le projet, il commence avec WelcomeICEfaces.iface?

Dans ce cas, vous devez changer la balise liste de bienvenue fichier comme suit:

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