You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312" isErrorPage="true" %>
|
|
|
|
|
<%
|
|
|
|
|
String path = request.getContextPath();
|
|
|
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
|
|
%>
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<base href="<%=basePath%>">
|
|
|
|
|
|
|
|
|
|
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
|
|
|
|
|
|
|
|
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
|
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
|
|
|
|
<meta http-equiv="description" content="This is my page">
|
|
|
|
|
<!--
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<br><br><3E><><EFBFBD><EFBFBD><EFBFBD>Ǵ<EFBFBD><C7B4><EFBFBD>ҳ<EFBFBD><D2B3><br><font color=red></font>
|
|
|
|
|
<%=exception.getStackTrace() %>
|
|
|
|
|
<%=exception.getMessage() %>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|