On Mon, Jun 10, 2013 at 2:40 PM, LifeH2O <[email protected]> wrote: > Thankyou everyone! I have configured solr for new system (DSpace 3.1). I just > placed the XML with following data in C:\Tomcat 7.0\conf\Catalina\localhost > <Context antiJARLocking="true" docBase="D:\dspace\webapps\solr" > path="/solr"/> > > Although older app (DSpace 1.6) is still giving solr error because solr was > not deployed for it. Is there anyway to disable solr for DSpace 1.6? > Anything through config files?
What is the exact error message? DSpace 1.6 uses Solr only for statistics and this is set here: https://github.com/DSpace/DSpace/blob/dspace-1_6_x/dspace/config/dspace.cfg#L2042 Commenting it out should disable Solr statistics: https://github.com/DSpace/DSpace/blob/dspace-1_6_x/dspace-stats/src/main/java/org/dspace/statistics/SolrLogger.java#L74 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

