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 you want to access Solr outside of the server itself, you have to define the SOLR_JETTY_HOST environment variable as Craig mentions.

Thanks,
Shawn

Reply via email to