Search code examples
javajsfurl-rewritingicefaces

How to enable the url in icefaces project


My Icefaces project is running well in the tomcat server on following url

http://localhost:8085/projectName/

I can select which page to load default in index page. But what I wand is to access it by

http://localhost:8085/projectName/pageOne

I do not know how to do this, and I tried googling but found nothing relevant. Can someone help me?


Solution

  • if you are talking that you need the URL pattern mapped to page, not the page name exactly then for JSF go for PrettyFaces