0

I run my websites on a dedicated server. I have full control.

I placed a start.sh file like

#!/bin/bash
cd /opt/solr-4.3.0/example
/usr/bin/java -jar start.jar

in /root

then I gave it world execution permission with

chmod og+x start.sh

then I placed

$HOME/start.sh

into /etc/rc.local

After restarting apache, SOLR home page at http:domain.com:8983/solr is not accessible

Gabriele
  • 503
  • 1
  • 5
  • 9
  • See previous question - http://stackoverflow.com/questions/2150767/how-to-start-solr-automatically – Paige Cook Jun 11 '13 at 12:27
  • That is exactly the steps I have listed here and since it didn't work, I decided to ASK why it doesn't, in a separate question. – Gabriele Jun 12 '13 at 10:18

0 Answers0