I have an enterprise application written in JAVA with JSF (using RichFaces 3.3). Currently my URL looks like this:
http://localhost/WebApplication/faces/folder1/page.jsp
Question is how do I mask my url to make it like this:
http://localhost/folder1/page.jps
Basically i want to hide ‘Application/faces/’
Thanks
For rewriting URLs within your application you can use UrlRewrite. However, in this case it looks like you want to remove your web application’s context path, in which case you have two options:
/(how is application server-specific)Apache config: