From 1d3dc28c326464ba9d3489e1212efe723a3ddd10 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 15 Oct 2012 19:23:09 +0000 Subject: [PATCH] NIHVIVO-3209 Create two controllers: one will show the status of all living instances of VitroBackgroundThread (for system monitoring); the other will wait until they are idle (for Selenium tests). --- productMods/WEB-INF/web.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 7366dc15..d4c705b0 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -750,6 +750,24 @@ /admin/restrictLogins + + ShowBackgroundThreads + edu.cornell.mannlib.vitro.webapp.controller.admin.ShowBackgroundThreadsController + + + ShowBackgroundThreads + /admin/showThreads + + + + WaitForBackgroundThreads + edu.cornell.mannlib.vitro.webapp.controller.admin.WaitForBackgroundThreadsController + + + WaitForBackgroundThreads + /admin/wait + + StatementChangeListingController edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena.StatementChangeListingController