Have you tried: <jsp:forward page="<%= request.getContextPath() %>/Index" />
Or with jstl
<jsp:forward page="${request.contextpath}/Index" />
Have you tried: <jsp:forward page="<%= request.getContextPath() %>/Index" />
Or with jstl
<jsp:forward page="${request.contextpath}/Index" />