On 1/24/24 12:20, Hodder, Rick (Chief Information Office - IT) wrote:
But when I open a browser from my local machine and point it to the server http://servername:8983/solr/# <http://servername:8983/solr/#> the browser says that it cant reach the page.

Starting in 9.0, Solr only listens on localhost out of the box. This is in line with what other software does. This is how mysql also behaves out of the box.

To fix it, in solr.in.cmd, add this:

SET SOLR_JETTY_HOST=0.0.0.0

This will tell the Jetty server that Solr runs under to listen on all interfaces.

Thanks,
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to