Closed (fixed)
Project:
Barracuda
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 11:58 UTC
Updated:
9 Mar 2012 at 12:30 UTC
I would like to move one site to different server, but would like to still use same instance of SOLR running BOA server.
Problem is that when I move site to different server and change http://127.0.0.1:8080/solr/instancename to http://ip-address-or-domain-name:8080/solr/instancename it writes: Your site was unable to contact the Apache Solr server.
What I should change to allow to connect to the SOLR from a different server?
Comments
Comment #1
anantagati commentedI added duplicated following text in '/opt/tomcat6/conf/server.xml' and changed port and IP address:
After that I restarted Tomcat:
service tomcat restartNow I can connect from another server and use SOLR from there.
Comment #2
omega8cc commentedSee: https://github.com/omega8cc/nginx-for-drupal/wiki/Solr-as-service-for-ex...
Comment #3
omega8cc commentedFixing race condition.