> It seems to be pretty poorly documented how to setup a Solr server and
> get it working with a rails application - however I've had a go.
> When running my rails app - I get the following error on pages with
> the search integrated:
>
> Connection refused - connect(2)
>
> Which I think indicates that it can't access the server properly or
> something.
No kidding :-)
What does your config/sunspot.yml look like? Assuming solr/tomcat
is really running and you're accessing those URLs in a browser, it
sounds like your app is trying to connect to the wrong port.
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
OK, can you connect manually from a shell on the machine? To make
sure there's no firewall/iptables whatever issues.