Re: Shutdown Solr

2009-08-19 Thread Lance Norskog
to:ptomb...@gmail.com] On Behalf Of Paul > Tomblin > Sent: August-19-09 2:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Shutdown Solr > > On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendi wrote: > > Most probably Ctrl-C is graceful for Tomcat, and kill -9 too... Tomcat is

RE: Shutdown Solr

2009-08-19 Thread Fuad Efendi
Tomblin Sent: August-19-09 2:49 PM To: solr-user@lucene.apache.org Subject: Re: Shutdown Solr On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendi 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 c

Re: Shutdown Solr

2009-08-19 Thread Paul Tomblin
On Wed, Aug 19, 2009 at 2:43 PM, Fuad Efendi 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 Tomcat.

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 Fuad Efendi
-Original Message- From: Fuad Efendi [mailto:f...@efendi.ca] Sent: August-19-09 1:53 PM To: solr-user@lucene.apache.org Subject: RE: Shutdown Solr catalina.sh stop But SolrServlet catches everything and forgets to implement destroy()! I am absolutely unsure about Ctrl-C and even have

RE: Shutdown Solr

2009-08-19 Thread Fuad Efendi
om] Sent: August-19-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. > Does anyone know a graceful way to shutdown Sol

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. > Does anyone know a graceful way to shutdown Solr? (other than killing > the process with Ctrl-C) >

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)