Im working with JSF, primefaces, Java, and server wildfly. My question is:
I have a interface that is shown in the contextpath:
localhost:8080/public/page/validation.xhtml
Is there a way to change the context path to just:
localhost:8080/validation
Is this a thing that can be change at code level or is something of the server?
Thanks