The solr stops too often and I have to restart it. Is there a script which checks if solr is running and if not it starts automatically.
Regards, Anuj On Tue, 12 Dec 2023 at 23:29, Shawn Heisey <apa...@elyograg.org.invalid> wrote: > On 12/11/23 21:25, Anuj Bhargava wrote: > > http://xxx.xxx.xx.xxx:8983/solr/#/ > > > > I often get the following error - > > > > This site can’t be reached xxx.xxx.xx.xxx refused to connect. > > Try: > > > > Checking the connection > > Checking the proxy and the firewall > > ERR_CONNECTION_REFUSED > > > > 8983 port is open > > There's not a lot of info here. Starting in version 9.0.0, Solr only > listens on localhost by default. To listen on all interfaces, set the > SOLR_JETTY_HOST environment variable to 0.0.0.0 in the include script. > > Thanks, > Shawn > >