Following this documentation, https://lucene.apache.org/solr/guide/6_6/running-solr.html,
I start Solr from the command prompt using solr.cmd start
. The process begins in the background and Solr starts successfully.
However, when I close the command prompt, solr server stops.
I have also tried START "" solr.cmd start
. The result is still same.
How do I ensure that the server continue to run even after closing command prompt?