On 7/21/23 09:03, Oakley, Craig (NIH/NLM/NCBI) [C] wrote:
On thing that comes to mind is to have this in your start.sh script:
export SOLR_JETTY_HOST="0.0.0.0"
This is a good point. For security reasons similar to other software
like MySQL, Solr 9 only listens on localhost by default. If yo
If the API endpoints and querying still works (you didn't mention this, but
the fact that you mentioned the admin console specifically suggests that
perhaps that's the only thing not working), and you've previously accessed
the console using the same hostname, perhaps it's cached JS/CSS that's
gett
On thing that comes to mind is to have this in your start.sh script:
export SOLR_JETTY_HOST="0.0.0.0"
-Original Message-
From: Shawn Heisey
Sent: Friday, July 21, 2023 8:48 AM
To: users@solr.apache.org
Subject: [EXTERNAL] Re: upgrade to 8.6 to 9.2
On 7/20/23 20:23, Arin Ekandem wrote: