Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
This commit is contained in:
commit
4f2e303079
1839 changed files with 235630 additions and 0 deletions
27
webapp/web/admin/jenaAdmin.jsp
Normal file
27
webapp/web/admin/jenaAdmin.jsp
Normal file
|
@ -0,0 +1,27 @@
|
|||
<%-- $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