Shutdown Solr

2009-08-19 Thread Miller, Michael P.
Does anyone know a graceful way to shutdown Solr? (other than killing the process with Ctrl-C)

Re: Shutdown Solr

2009-08-19 Thread Tobias Brennecke
it catches the kill signal and shuts down as it should, I guess :) because it writes stuff to the log after pressing ^c 2009/8/19 Miller, Michael P. m.mil...@radium.ncsc.mil Does anyone know a graceful way to shutdown Solr? (other than killing the process with Ctrl-C)

RE: Shutdown Solr

2009-08-19 Thread Fuad Efendi
-09 11:39 AM To: solr-user@lucene.apache.org Subject: Re: Shutdown Solr it catches the kill signal and shuts down as it should, I guess :) because it writes stuff to the log after pressing ^c 2009/8/19 Miller, Michael P. m.mil...@radium.ncsc.mil Does anyone know a graceful way to shutdown Solr

RE: Shutdown Solr

2009-08-19 Thread Fuad Efendi
Most probably Ctrl-C is graceful for Tomcat, and kill -9 too... Tomcat is smart... I prefer /etc/init.d/my_tomcat wrapper around catalina.sh (su tomcat, /var/lock etc...) - ok then, Graceful Shutdown depends on how you started Tomcat.

Re: Shutdown Solr

2009-08-19 Thread Paul Tomblin
On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendif...@efendi.ca wrote: Most probably Ctrl-C is graceful for Tomcat, and kill -9 too... Tomcat is smart... I prefer /etc/init.d/my_tomcat wrapper around catalina.sh (su tomcat, /var/lock etc...) - ok then, Graceful Shutdown depends on how you started

RE: Shutdown Solr

2009-08-19 Thread Fuad Efendi
2:49 PM To: solr-user@lucene.apache.org Subject: Re: Shutdown Solr On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendif...@efendi.ca wrote: Most probably Ctrl-C is graceful for Tomcat, and kill -9 too... Tomcat is smart... I prefer /etc/init.d/my_tomcat wrapper around catalina.sh (su tomcat, /var/lock

Re: Shutdown Solr

2009-08-19 Thread Lance Norskog
-09 2:49 PM To: solr-user@lucene.apache.org Subject: Re: Shutdown Solr On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendif...@efendi.ca wrote: Most probably Ctrl-C is graceful for Tomcat, and kill -9 too... Tomcat is smart... I prefer /etc/init.d/my_tomcat wrapper around catalina.sh (su tomcat