tomcat配置web 主页

来源:互联网 发布:线切割锥度怎么编程 编辑:程序博客网 时间:2024/04/30 21:38

tomcat/webapps/ROOT/index.html



<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"/>
<META HTTP-EQUIV="Cache-Control" CONTENT="private"/>
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"/>
<META HTTP-EQUIV="Cache-Control" CONTENT="no-store"/>
<META HTTP-EQUIV="Cache-Control" CONTENT="must-revalidate"/>
<META HTTP-EQUIV="Cache-Control" CONTENT="max-age=0"/>
<META HTTP-EQUIV="Expires" CONTENT="0"/>
<title>
index
</title>
<SCRIPT LANGUAGE="JavaScript">
window.location.href="/cs/view/ssss.jsp"
</SCRIPT>


</head>
<body oncontextMenu="return false;">
<h1>
</h1>
</body>
</html>
0 0
原创粉丝点击