NIHVIVO-336 Modify the listeners to use StartupStatus instead of AbortStartup
This commit is contained in:
parent
2baa25f096
commit
1fbf5b030a
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@
|
||||||
|
|
||||||
<!-- Listeners ****************************************************** -->
|
<!-- Listeners ****************************************************** -->
|
||||||
|
|
||||||
<!-- StartupManager instantiates and runs the listeners from startup_listeners.txt -->
|
<!--
|
||||||
|
StartupManager instantiates and runs the listeners from startup_listeners.txt
|
||||||
|
All ServletContextListeners should be listed there instead of here.
|
||||||
|
-->
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>edu.cornell.mannlib.vitro.webapp.startup.StartupManager</listener-class>
|
<listener-class>edu.cornell.mannlib.vitro.webapp.startup.StartupManager</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
Loading…
Add table
Reference in a new issue