Redirect with Tomcat
807605Jun 15 2007 — edited Jun 15 2007Hi all,
I have a question. I have not been able to find an answer to this online.
I have a site running. First it loads index.jsp from ROOT directory. So when you navigate to www.asdf.com it loads ROOT/index.jsp. From this page there are links that take the user to webapps/MYAPP..... Now I want to have the following. When a user navigates to www.asdf.com it takes him directly to webapps/MYAPP...
How can I achieve this? Modify server.xml?
Thank you.