

<html>
<head><title>Simple jsp page</title></head>
<body>
<script  type="text/javascript">
    alert("连接超时，请重新登录");
    window.location.href="/index.jsp";
</script>
</body>
</html>