setup-pause.jsp 765 Bytes
Newer Older
1
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
Matt Tucker's avatar
Matt Tucker committed
2 3 4 5 6 7 8 9 10
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>

<%@ page import="org.jivesoftware.util.ParamUtils,
                 org.jivesoftware.messenger.auth.UnauthorizedException" %>

Bill Lynch's avatar
Bill Lynch committed
11
<%-- Define Administration Bean --%>
Matt Tucker's avatar
Matt Tucker committed
12 13 14 15 16
<jsp:useBean id="admin" class="org.jivesoftware.util.WebManager"  />
<% admin.init(request, response, session, application, out ); %>

<%  boolean showSidebar = false; %>

17
<%@ include file="setup-header.jspf" %>
Matt Tucker's avatar
Matt Tucker committed
18 19 20 21 22 23 24 25 26 27 28 29
<div align=center>

<p>
Please restart your server and close this window. Launch the admin using either the launcher or start as a service to enter the admin tool.
</p>

<a href="javascript:window.close();">Close Window</a>
</div>

<%@ include file="setup-footer.jsp" %>