Custom Unique or custom URL for JSF page
Hello
Is there a way to identify a JSF page by its URL?
Or is there a way to modify the urls for the JSF pages?
Currently they look like this:
/ivy/faces/instances/147C4D28F14CC8CC/MainWindow.xhtml
What I would like to do is to have something like this:
/ivy/faces/instances**/custom-part**/147C4D28F14CC8CC/MainWindow.xhtml
Or:
/ivy/faces/instances**/ivy-project-name**/147C4D28F14CC8CC/MainWindow.xhtml
Is there a way to do this in ivy or in tomcat?