We have a context that includes an underscore and that is unfortunately causing problems w/ a load balancer and cookie paths. Our URLs resemble this:
https://example.com/the_context/login.jsp
Where we have deployed a war file named "the_context.war".
I'd like to somehow alias the context name so both of these urls would effectively be the same:
https://example.com/the_context/login.jsp
https://example.com/thecontext/login.jsp
Ideally this would be done w/o deploying the application twice. Is this possible in Tomcat 6 and/or 7 ?