2009-11-27 13:26:38 +00:00
|
|
|
<%@page contentType="text/html"%>
|
|
|
|
<%@page pageEncoding="UTF-8"%>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<%
|
2016-10-21 21:38:55 +00:00
|
|
|
response.setStatus(404);
|
2009-11-27 13:26:38 +00:00
|
|
|
%>
|
|
|
|
<html><head>
|
|
|
|
<%@include file="css.jsi" %>
|
|
|
|
<%=intl.title("WebApp Not Found")%>
|
2012-07-17 00:47:08 +00:00
|
|
|
<%@include file="summaryajax.jsi" %>
|
2019-12-25 12:18:00 +00:00
|
|
|
</head><body>
|
2009-11-27 13:26:38 +00:00
|
|
|
<%@include file="summary.jsi" %>
|
2015-09-25 19:55:36 +00:00
|
|
|
<h1><%=intl._t("Web Application Not Running")%></h1>
|
2009-11-27 13:26:38 +00:00
|
|
|
<div class="sorry" id="warning">
|
2015-09-25 19:55:36 +00:00
|
|
|
<%=intl._t("The requested web application is not running.")%>
|
2016-06-16 15:24:24 +00:00
|
|
|
<%=intl._t("Please visit the {0}config clients page{1} to start it.", "<a href=\"/configwebapps.jsp#webapp\" target=\"_top\">", "</a>")%>
|
2009-11-27 13:26:38 +00:00
|
|
|
</div></body></html>
|