📄 exception.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -