The default one is xhtml. I want to change it to .jsf.
Is this possible using facelets/jsp or using anyone of these two?
|
I think your asking about changing the servlet mapping so you can go to http://website/index.jsf instead of something like http://website/faces/index.xhtml. To do this change your url-pattern in your web.xml .
I didn't have to change the .xhtml file extension of the index file in my project for this to work. |
|||
|
|
http://... /myapp/home.jsflike that. Can't this be done at all? I use Netbeans IDE 6.8 BTW :) – Selvin Mar 26 '11 at 0:11