NIHVIVO-336 Show the name of the app (context path) in the raw startup-status display.

This commit is contained in:
j2blake 2011-09-27 14:52:38 +00:00
parent c6f8a50de6
commit 2bb5b25c7a
2 changed files with 13 additions and 3 deletions

View file

@ -79,7 +79,7 @@
<body>
<#if status.errorItems?has_content>
<h2>Fatal error</h2>
<p>VIVO detected a fatal error during startup.</p>
<p>${contextPath} detected a fatal error during startup.</p>
<#if showLink>
<p><a href=".">Continue</a></p>
</#if>
@ -90,7 +90,7 @@
<#if status.warningItems?has_content>
<h2>Warning</h2>
<p>VIVO issued warnings during startup.</p>
<p>${contextPath} found problems during startup.</p>
<#if showLink>
<p><a href=".">Continue</a></p>
</#if>