NIHVIVO-336 Modify the listeners to use StartupStatus instead of AbortStartup

This commit is contained in:
j2blake 2011-09-25 17:15:26 +00:00
parent 2baa25f096
commit 1fbf5b030a

View file

@ -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>