Run Apache Solr in Background

Go to the <solr_root>/example folder and run the following command

  • nohup java -jar start.jar > logfile 2>&1 &

 

The Apache Solr is run in background now.

Done =)

Reference: Solr keeps going off line

One thought on “Run Apache Solr in Background”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.