From 8f65033e3480ca54becb406b648b21b3f343c716 Mon Sep 17 00:00:00 2001 From: ryounes Date: Tue, 24 May 2011 19:18:14 +0000 Subject: [PATCH] NIHVIVO-2460, NIHVIVO-2643 Add Solr versions of JSONServlet and JSONReconcileServlet (not yet migrated from Lucene to Solr) and corresponding commented-out servlet mappings. --- productMods/WEB-INF/web.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 5cd5d3b4..517184b7 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -144,6 +144,7 @@ + edu.cornell.mannlib.vitro.webapp.search.lucene.LuceneSetup @@ -899,6 +900,7 @@ /listObjectPropertyStatements + IndividualListController edu.cornell.mannlib.vitro.webapp.controller.freemarker.IndividualListController @@ -913,11 +915,11 @@ IndividualListController /individuallist - - + + IndividualListRdf edu.cornell.mannlib.vitro.webapp.controller.EntityURLController - + JSON Service /dataservice @@ -1026,6 +1035,12 @@ JSON Reconcile Service edu.cornell.mannlib.vitro.webapp.controller.JSONReconcileServlet + JSON Reconcile Service /reconcile