I am trying to use Tomcat's rewrite valve to rewrite a URL to not show the actually WebApp name.
The current URL looks like http://example.com/Thingstuff. I would still like the URL to point to the Thingstuff app, but I would like users to see http://example.com/DifferentStuff.
I have not found a comprehensible solution on google yet, so I appreciate any help I can get here.
Thank you, Brandon