Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 629a00091f87db83afafdfab4d24189bb97ddeb6
commit | author | age
ea4c0c 1 <%@page contentType="text/html" pageEncoding="ISO-8859-1"%>
U 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3    "http://www.w3.org/TR/html4/loose.dtd">
4
5 <html>
6 <head>
7   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
c81724 8   <meta name="viewport" content="width=device-width, initial-scale=1.0">
ea4c0c 9   <style>
U 10     body {
11       font-family:Arial,Helvetica,sans-serif;
c81724 12       font-size:12pt;
ea4c0c 13     }
U 14   </style>
15   <title>Fehler</title>
16   <%
17     String url = request.getRequestURL().toString();
18     url = url.substring(0, url.lastIndexOf("/"));
19   %>
20 </head>
21 <body>
629a00 22 <p>Hoppla! Hier hat etwas nicht geklappt.</p>
ea4c0c 23
629a00 24 <p><a href="<%=url%>">Hier</a> geht es zur Startseite.</p>
ea4c0c 25 </body>
U 26 </html>