Hi, I have a Tomcat Web Application which can be connected to through the URL
http://server:8080/APPLICATION
Note that APPLICATION is in uppercase.
I want to be able to redirect
http://server:8080/application to the above URL (note application is lowercase). How would I go about accomplishing this?
Is this possible through modifying web.xml or server.xml in my root/conf directory?