how to Hide JSF URL after the application name?
问题 i have a jsf application and i want hide the url and keep just the name of application in URL while swiching between pages . thats the url that i have : > http://localhost:8080/PlanificationDrapageWeb/faces/admin/adminHome.xhtml > http://localhost:8080/PlanificationDrapageWeb/faces/cuisson/Home.xhtml and thats what i want always have : > http://localhost:8080/PlanificationDrapageWeb/ how can i get this result ?? 回答1: As MaVRoSCy said you can use Prettyfaces to rewrite your URLs. Their docs