Already added *SOLR_JETTY_HOST="0.0.0.0" * in solr.in.sh But getting the following error now -
HTTP ERROR 503 Service Unavailable URI: /solr/ STATUS: 503 MESSAGE: Service Unavailable SERVLET: - The solr.in.sh contains - *SOLR_PID_DIR="/var/solr"SOLR_HOME="/var/solr/data"LOG4J_PROPS="/var/solr/log4j2.xml"SOLR_LOGS_DIR="/var/solr/logs"SOLR_PORT="8983"SOLR_TIMEZONE="UTC"SOLR_JETTY_HOST="0.0.0.0"* On Fri, 13 Jan 2023 at 07:07, Shawn Heisey <apa...@elyograg.org> wrote: > On 1/12/23 05:48, Anuj Bhargava wrote: > > Also ran the following- > > > > [root@76 etc]# sudo ss -tulpn | grep 8983 > > tcp LISTEN 0 50 [::]:8983 [::]:* > > users:(("java",pid=17280,fd=134)) > > > > I think [::]:8983 should be *:8983 > > How to get it > > Jan already gave you this information. > > > https://solr.apache.org/guide/solr/latest/deployment-guide/taking-solr-to-production.html#security-considerations > > Thanks, > Shawn >