-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path503.html
39 lines (38 loc) · 1.31 KB
/
503.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Your application is not available</title>
<link href="/bitnami.css" media="all" rel="Stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="15" />
</head>
<body>
<div class="container">
<div id="header">
<table class="tableHeader">
<tr>
<td><img src="/img/bitnami.png" alt="Bitnami"></td>
</tr>
</table>
</div>
<div id="lowerContainer">
<table class="tableParagraph">
<tr>
<td class="container">
<h1>Your application is not available</h1>
<p>Your application may not be available for many reasons:
<ul>
<li>If you just launched the server, please wait a few minutes for the application to deploy. It is common behavior for Java applications.</li>
<li>Your application may not be working properly. Please check the application log file.</li>
</ul>
This page will automatically refresh every 15 seconds until the application is available.
</p>
</td>
</tr>
</table>
</div>
</body>
</html>