index.jsp VS index.html
843842Oct 4 2004 — edited Oct 4 2004Hello all :-)
i'm doing a jsf application... until now i had a page called index.html which was the first page of my application. it was placed at the root. evrything worked fine... now i want this page to become a jsp, i renamed it to index.jsp. but my application cannot find it. where do we define the name of the first page ?
can anybody help me with that ?