setup-pause.jsp 947 Bytes
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<%@ taglib uri="fmt" prefix="fmt" %>
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>

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

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

<%  boolean showSidebar = false; %>

20
<%@ include file="setup-header.jspf" %>
Matt Tucker's avatar
Matt Tucker committed
21 22 23 24 25 26 27 28 29 30 31 32
<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" %>