> > http://servername:8983/solr/# the browser says that it cant reach the > page.
Assuming here you got a connection refused error, you probably need to use curl or its Powershell equivalent to obtain the particular error. I don't know what's changed between versions. You may check which IP solr binds to via >netstat -a Sometimes it requires to bind to external IP. Here you can find the setting which controls address to bind https://solr.apache.org/guide/solr/latest/deployment-guide/securing-solr.html#network-configuration PS. Pardon. It's for user@ list. On Wed, Jan 24, 2024 at 11:20 PM Hodder, Rick (Chief Information Office - IT) <[email protected]> wrote: > I have SOLR 9.4 installed and running on port 8983 on a windows server. > I'm running JDK 21 on the server. On the server I can point a browser to > http://localhost:8983/solr/# and the web interface comes up, and I am > able to search a core successfully > > > > Port 8983 is open on the server, I can successfully tsc it over the port > from Powershell from my local machine. > > > > But when I open a browser from my local machine and point it to the server > http://servername:8983/solr/# the browser says that it cant reach the > page. > > > > If I go back to the server, and bring up SOLR 8.11.1 on port 8983, I can > successfully hit the site from my local machine. > > > > I don’t have authorization or authorization turned on. > > > > Here are the parameters I am passing to SOLR 9.4 when running: > > > > -DSTOP.KEY=stopsolr > > -DSTOP.PORT=8087 > > -Djetty.home=E:\ApacheSolr9_4\server > > -Djetty.logs=E:\ApacheSolr9_4\server\logs > > -Djetty.port=8983 > > -Dorg.eclipse.jetty.util.log.SOURCE=true > > -Dsolr.disable.shardsWhitelist=true > > -Dsolr.enableRemoteStreaming=true > > -Dsolr.enableStreamBody=true > > -Dsolr.log.dir=E:\ApacheSolr9_4\server\logs > > -Dsolr.solr.home=E:\ApacheSolr9_4\server\solr > > -Dsolr.solr.home=solr > > > > Thanks, > > > > *RICK HODDER* > Staff Software Engineer > Global Specialty > > [image: The Hartford] <https://www.thehartford.com/> > > The Hartford > 83 Wooster Heights Rd. | 2nd floor > Danbury, CT, 06810 > W: 475-329-6251 > > Email: [email protected] > > www.thehartford.com > www.facebook.com/thehartford > twitter.com/thehartford > > > > > > > > ****************************************************************************************************** > This communication, including attachments, is for the exclusive use of > addressee and may contain proprietary, confidential and/or privileged > information. If you are not the intended recipient, any use, copying, > disclosure, dissemination or distribution is strictly prohibited. If you > are not the intended recipient, please notify the sender immediately by > return e-mail, delete this communication and destroy all copies. > > > ****************************************************************************************************** > -- Sincerely yours Mikhail Khludnev
