for example
I had :
1. a struts2 web application called Home , which contains a "/index.jsp"
2. My domain name : http://www.mydomain.com,
I deploy Home struts2 application under this domain name.
if i want to view the page "Home/index.jsp", I have to browse "http://www.mydomain.com/Home/index.jsp" .
I wonder if there any way can change the view of url from("http://www.mydomain.com/Home/index.jsp") to ("http://www.mydomain.com") and
still can go to same page (Home/index.jsp).