<struts-config>
  ...
  <action-mappings>

  <action
    path="/logout"
    type="action.LogoutAction"
    scope="request">    
    <forward name="Success" path="/pages/login.jsp" redirect="true"/>
  </action>
  ...
  </action-mappings>
  ...
</struts-config>