How do you map 2 context roots to one application in WebSphere 6.
For example, I have an application with a context root of "/", which is obviously the default application. I want requests directed at context root "/sample" to be redirected to the "/" path.
Thanks!