status.jsp revision 1124
1276N/A<%--
1056N/ACDDL HEADER START
1056N/A
1056N/AThe contents of this file are subject to the terms of the
1056N/ACommon Development and Distribution License (the "License").
1056N/AYou may not use this file except in compliance with the License.
1276N/A
1276N/ASee LICENSE.txt included in this distribution for the specific
1276N/Alanguage governing permissions and limitations under the License.
1056N/A
1056N/AWhen distributing Covered Code, include this CDDL HEADER in each
1056N/Afile and include the License file at LICENSE.txt.
1056N/AIf applicable, add the following below this CDDL HEADER, with the
1056N/Afields enclosed by brackets "[]" replaced with your own identifying
1056N/Ainformation: Portions Copyright [yyyy] [name of copyright owner]
1056N/A
1056N/ACDDL HEADER END
1056N/A
1056N/ACopyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
1056N/A
1056N/A--%><%@ page import = "java.util.List,
1056N/Ajavax.servlet.*,
1056N/Ajavax.servlet.http.*,
1276N/Aorg.opensolaris.opengrok.configuration.RuntimeEnvironment,
1056N/Aorg.opensolaris.opengrok.configuration.Project,
1056N/Aorg.opensolaris.opengrok.web.*"
1056N/A session="false" errorPage="error.jsp" %><%@ include file="projects.jspf" %><%
1056N/ARuntimeEnvironment environment = RuntimeEnvironment.getInstance();
1056N/Aenvironment.register();
1056N/AString pageTitle = "Status";
1056N/A %><%@ include file="httpheader.jspf" %>
1056N/A<body>
1056N/A<div id="page">
1056N/A<div id="header"><%@ include file="pageheader.jspf" %></div>
1056N/A<div id="Masthead"></div>
1056N/A<div id="bar">
1056N/A <h1>OpenGrok status page</h1>
1056N/A <p>
1056N/A This page is only used for testing purposes to dump some of the
1056N/A internal settings on your OpenGrok server.
1056N/A </p>
1056N/A <%Util.dumpConfiguration(out);%>
1056N/A</div>
1056N/A<%@include file="foot.jspf"%>
1056N/A