Re: [dspace-tech] Solr configurations for 5.5

2016-08-23 Thread Andrea Bollini
Hi all, out-of-box solr need to stay on the same server than the other dspace webapps and the dspace webapps need to access it presenting itself with the IP address 127.0.0.1. This is why localhost is used instead of the official dspace.url If you want to move solr on another server it can be

Re: [dspace-tech] Solr configurations for 5.5

2016-08-22 Thread Hilton Gibson
Since SOLR is now the default "indexes" database, perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes *Hilton Gibson* Stellenbosch University Library *http://orcid.org/-0002-2992-208X * On 22 August 2016 at 17:16, Jeffrey A Tri

Re: [dspace-tech] Solr configurations for 5.5

2016-08-22 Thread Alan Orth
Hi, Jeff. Tomcat is the only one who needs to be able to access Solr directly, not the users browsing your repository. For example: users browse XMLUI, XMLUI talks to Solr behind the scenes, and then Solr returns metadata to XMLUI so it can be displayed. Hope that helps, On Mon, Aug 22, 2016 at

[dspace-tech] Solr configurations for 5.5

2016-08-22 Thread Jeffrey A Trimble
I'm really struggling with the Solr configurations for upgrading to 5.5. Fortunately, I've got a test server to blow up. But before I do that, I need to wrap my brain about this. Any assistance is welcome. So, listen on: In the build.properties file, I have the following: solr.server=http:/