<% String time = new java.text.SimpleDateFormat("MMdd HH:mm:ss").format(new java.util.Date()); System.out.println(time + " [SYSOU] index.jsp -->> .Redirecting " + request.getRequestURI() + " to /canchas"); response.sendRedirect("/canchas/home.do"); %> <%-- <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> Redirect default requests to home global ActionForward. By using a redirect, the user-agent will change address to match the path of our home ActionForward. --%>