Hello, How can I configure JK connector to redirect all requests to a particular webapp.
http://localhost/index.html --------> http://localhost:8080/myapp/index.html I am trying not to expose the webapp name "myapp" in the URL. I cannot configure myapp as a *default* app on Tomcat either. Do I need to use some kind of URL rewriting or is there a simple elegant solution? Please let me know if you need more details. thanks, Raj