That did it Shawn. Thanks for the help!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Connecting-to-a-Solr-server-remotely-tp4213335p4213343.html
Sent from the Solr - User mailing list archive at Nabble.com.
I checked to see if the firewall rules were blocking it and there were no
rules enabled and just to be sure I turned off the firewall completely and
it's still being blocked but I did get a message with netstat that might
help.
tcp6 0 0 :::8983 :::*L
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 conne
Check the firewall settings on the Linux machine.
By default, mine block port 8983, so the request never even gets to Jetty/Solr.
-Original Message-
From: Paden [mailto:rumsey...@gmail.com]
Sent: Monday, June 22, 2015 2:48 PM
To: solr-user@lucene.apache.org
Subject: Connecting to a Solr