Have you tried:
<jsp:forward page="<%= request.getContextPath() %>/Index" />

Or with jstl
<jsp:forward page="${request.contextpath}/Index" />

Reply via email to