I am using Apache-Solr for indexing and searching in my java application. If want to perform any operation related to Apache-Solr then the solr server is must to be started.
Sometime the terminal in which Solr-server is running is closed accidentally then we have to start that server again, because we can not perform any Search/Index related operation.
I tried to run process in background by putting '&' at end of the command, but it does not working.
I do not want to that terminal is opened in which server is running. So is there any way to run the Apache-Solr-Server in background process?
Thanks in advance..