Since 9, it’ll listen only to localhost. You need to set an environment variable SOLR_JETTY_HOST
also with 9, the security manager is enabled. This may have implications too depending on your deployment -Tim On Sat, Sep 23, 2023 at 2:16 PM Scott Hollenbeck <s...@musclecarresearch.com.invalid> wrote: > I'm running a single instance of solr server 9.0.3. > > However, I can't connect to the server using a web browser or command like > tool like curl: > > $ curl http://mysite.net:8983/solr > curl: (7) Failed to connect to mysite.net port 8983 after 13 ms: > Connection > refused > > I *can* connect to this server when I switch to an installed older (8.11.2) > installed version of solr. Did I miss something during the installation and > configuration steps for this 9.0.3 instance? >