> > Hi guys > > How can I configure tomcat 6.0 to rewrite the context part of URL so a > range of contexts will be mapped to one context. > > e.g. > http://localhost:8080/WEBAPP/ > http://localhost:8080/webapp/ > ... > > will all be mapped to > > http://localhost:8080/WebApp/ > > Note that i don't won't to use caseSensitive attribute on context as it is > Deprecated and has some security problems. > > > thanks a lot >
- Rewrite context part in URL daniel polonsky
- RE: Rewrite context part in URL Caldarale, Charles R
- Re: Rewrite context part in URL daniel polonsky
- RE: Rewrite context part in URL Caldarale, Charles R
- Re: Rewrite context part in URL daniel polonsky