How to handle trailing slash and upper/lower case combinations 2006-11-13 - By David Uctaa
Back I'm running Tomcat 5.5 in standalone mode -- no web server front-ending it. If Apache were front-ending it, I would know how to handle the situation where the context path is entered in differring upper/lower case(s), or if a directory's trailing slash was included or not, but how do I configure this when using Tomcat standalone?
So all of the following combinations should resolve to http://my.domain.com/MyApp
http://my.domain.com/myapp http://my.domain.com/myapp/ http://my.domain.com/Myapp http://my.domain.com/Myapp/
etc...
My configuration:
Tomcat 5.5.16 jdk1.5.0_06 Windows XP
Thanks, David
|
|