Project

General

Profile

1 3032 perry
<%@ page session="false" isErrorPage="true" %>
2
3
<html>
4
<head><title>GeoServer - Exception</title>
5
  <meta content="text/css" http-equiv="content-style-type">
6
  <style type="text/css">
7
    <!-- @import url("/geoserver/style.css"); -->
8
  </style>
9
  <link type="image/gif" href="gs.gif" rel="icon"><!-- mozilla -->
10
  <link href="gs.ico" rel="SHORTCUT ICON"><!-- ie -->
11
</head>
12
<body>
13
<h1>GeoServer - Exception</h1>
14
15
The following exception was thrown:
16
<br>
17
<i><code><%=request.getAttribute("javax.servlet.error.exception")%></code></i>
18
</body>
19
</html>