Re: Closing Windows CMD kills Solr

2015-10-29 Thread Timothy Potter
would launching the java process with javaw help here? On Thu, Oct 29, 2015 at 4:03 AM, Zheng Lin Edwin Yeo wrote: > Yes, this is the expected behaviour. Once you close the command window, > Solr will stop running. This has happened to me several times. Just to > check, which version of Solr are

Re: Closing Windows CMD kills Solr

2015-10-29 Thread Zheng Lin Edwin Yeo
Yes, this is the expected behaviour. Once you close the command window, Solr will stop running. This has happened to me several times. Just to check, which version of Solr are you using? I have tried NSSM before, and it works for Solr 5.0 and Solr 5.1. However, when I move up to Solr 5.3.0, I wasn

Re: Closing Windows CMD kills Solr

2015-10-29 Thread Charlie Hull
On 29/10/2015 00:12, Steven White wrote: Hi Folks, I don't understand if this is an expected behavior or not. On Windows, I start Solr from a command prompt like so: bin\solr start -p 8983 -s C:\MySolrIndex Now, once I close the command prompt the Java process that started Solr is killed

RE: Closing Windows CMD kills Solr

2015-10-29 Thread Routley, Alan
: Closing Windows CMD kills Solr Hi Folks, I don't understand if this is an expected behavior or not. On Windows, I start Solr from a command prompt like so: bin\solr start -p 8983 -s C:\MySolrIndex Now, once I close the command prompt the Java process that started Solr is killed. is

Closing Windows CMD kills Solr

2015-10-28 Thread Steven White
Hi Folks, I don't understand if this is an expected behavior or not. On Windows, I start Solr from a command prompt like so: bin\solr start -p 8983 -s C:\MySolrIndex Now, once I close the command prompt the Java process that started Solr is killed. is this expected? How do I keep Solr ali