index.jsp 141 Bytes Edit 1 2 3 4 <script type="text/javascript"> var WebContextPath = '<%=request.getContextPath() %>'; window.location = WebContextPath + "/login"; </script>