<%-- Document : index Created on : Oct 3, 2016, 6:52:22 AM Author : jbf --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> JSP Page <% String redirectURL = "hapi/index.jsp"; response.sendRedirect(redirectURL); %>