On 6/22/2015 1:48 PM, Paden wrote:
> I've set up a Solr server on my Linux Virtual Machine. Now I'm trying to
> access it remotely on my Windows Machine using an http request from a
> browser. 
>
> Any time I try to access it with a request such as
> "http//localhost:8983/solr" I always get a connection error (with the server
If you're trying to access it remotely, you can't use localhost.  That
will access the local Windows machine, not the remote Linux machine. 
Use the IP address or DNS hostname of the actual machine that's running
Solr.  Make sure that the Linux machine either has the firewall turned
off or has an access rule configured in the firewall to allow the Solr
port through.

Thanks,
Shawn

Reply via email to