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

anantagati’s picture

Component: Miscellaneous » Documentation
Status: Active » Fixed

I added duplicated following text in '/opt/tomcat6/conf/server.xml' and changed port and IP address:

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000"
               address="127.0.0.1"
               URIEncoding="UTF-8" 
               redirectPort="8443" />

After that I restarted Tomcat:
service tomcat restart

Now I can connect from another server and use SOLR from there.

omega8cc’s picture

Component: Documentation » Miscellaneous
Status: Fixed » Active
omega8cc’s picture

Component: Miscellaneous » Documentation
Status: Active » Fixed

Fixing race condition.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.