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