<struts-config>
  ...
  <global-forwards>
    <!-- Default forward to "Welcome" action -->
    <!-- Demonstrates using index.jsp to forward -->
    <forward
       name="welcome"
       path="/pages/login.jsp"/>
  </global-forwards>
  ...
</struts-config>