Hi, I would like to know how to hide my index.jsp or index.do and just show the root in the url instead? i set this in my struts-config.xml: <action path="/index" scope="request" type="struts.action.indexAction"> <forward name="success" path="/index.jsp"/> </action>