index.jsp 258 Bytes
<%  
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<body>
 <% response.sendRedirect( basePath + "jsp/dashBoard/dashBoard.jsp"); %>
 </body>
</html>