index.jspファイルは、パス名の終わりが「.do」ではないので、ActiveServletではなく、JSPコンテナによって直接実行される。 1: <%@ taglib uri="/tags/struts-logic" prefix="logic" %> 2: <logic:redirect forward="welcome"/> 3: 4: <%-- 5: 6: Redirect default requests to Welcome global ActionForward. 7: By using a redirect, the user-agent will change address to match the path of our 8: Welcome ActionForward. 9: 10: --%>