exception.jsp
来自「联合国农粮署牵头开发的geonetwork源代码最新版」· JSP 代码 · 共 19 行
JSP
19 行
<%@ page session="false" isErrorPage="true" %>
<html>
<head><title>GeoServer - Exception</title>
<meta content="text/css" http-equiv="content-style-type">
<style type="text/css">
<!-- @import url("/geoserver/style.css"); -->
</style>
<link type="image/gif" href="gs.gif" rel="icon"><!-- mozilla -->
<link href="gs.ico" rel="SHORTCUT ICON"><!-- ie -->
</head>
<body>
<h1>GeoServer - Exception</h1>
The following exception was thrown:
<br>
<i><code><%=request.getAttribute("javax.servlet.error.exception")%></code></i>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?