NIHVIVO-2492 jenaAdmin.jsp is no longer used, and not secure. Get rid of it.
This commit is contained in:
parent
285eda8555
commit
760a1acf6d
1 changed files with 0 additions and 27 deletions
|
@ -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&assertionsOnly=true">output in-memory assertions</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../jenaAdmin?action=output&inferences=true">output in-memory inferences</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../jenaAdmin?action=output&pellet=pellet">output Pellet model</a>
|
||||
<li>
|
||||
<a href="../jenaAdmin?action=outputTaxonomy">output taxonomy</a>
|
||||
</li>
|
||||
<ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue