NIHVIVO-2492 jenaAdmin.jsp is no longer used, and not secure. Get rid of it.

This commit is contained in:
j2blake 2011-04-20 16:53:37 +00:00
parent 285eda8555
commit 760a1acf6d

View file

@ -1,27 +0,0 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<html>
<head>
<title>Jena Admin Actions</title>
</head>
<body>
<h1>Jena Admin Actions</h1>
<p>(Right click and Save Target As with the following links)</p>
<ul>
<li>
<a href="../jenaAdmin?action=output">output entire in-memory model</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;assertionsOnly=true">output in-memory assertions</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;inferences=true">output in-memory inferences</a>
</li>
<li>
<a href="../jenaAdmin?action=output&amp;pellet=pellet">output Pellet model</a>
<li>
<a href="../jenaAdmin?action=outputTaxonomy">output taxonomy</a>
</li>
<ul>
</body>
</html>