Hello all, I'm using IIS 6 with Tomcat 6, and I need to use case insensitive urls. I've been able to do it with the document part, but not with the context name, so:
http://MyDomain/index.html <--loads http://MyDomain/INDEX.html <--loads http://MYDOMAIN/INDEX.html <--does not load ! How could I fix this? Thank you all :)