Reputation: 2887
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?
Upvotes: 1
Views: 229
Reputation: 240908
if you are talking that you need the URL pattern mapped to page, not the page name exactly then for JSF go for PrettyFaces
Upvotes: 1