Hello,

Is it possible in Tomcat 6/7 to create an alias for a context?  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 ?

Thanks,
Colin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to