On 5/21/2022 8:02 AM, Shawn Heisey wrote:
If you have installed the solr service, then you would want to do
"service solr status" instead, replacing solr with whatever you
actually named the service. Did you install the service with the
service installer script? What options did you use for that? What OS
is this on? What is the full path of the configuration file where you
changed SOLR_HOST? If you haven't used the installer script, then I
will need details about exactly how and where you installed Solr in
order to know what to ask next.
This might be really easy to resolve.
I've been looking at the startup scripts. SOLR_HOST does not control
what address Solr listens on. Solr 9.x only listens on 127.0.0.1 by
default. Previous Solr versions listened on all interfaces by default.
I bet if you added this line it might start working. If not, provide
the info already requested:
SOLR_JETTY_HOST=192.168.100.2
You should probably also keep the SOLR_HOST you have defined.
Thanks,
Shawn