Re: Stopping Solr on Linux when run as a service

2015-11-10 Thread Scott Stults
Steve, In short, don't worry: it all gets taken care of. The way services work on Linux is, when the system shuts down it will basically call "service (servicname) stop" on each service. That calls the bin/init.d/solr script with a "stop" argument, which in turn calls the bin/solr script with a "

Re: Stopping Solr on Linux when run as a service

2015-11-10 Thread Shawn Heisey
On 11/10/2015 7:40 AM, Steven White wrote: > This question maybe more of a Linux one vs. Solr, but I have to start > someplace. > > I'm reading this link > https://cwiki.apache.org/confluence/display/solr/Taking+Solr+to+Production > to get Solr on Linux (I'm more of a Windows guy). > > The page p

Stopping Solr on Linux when run as a service

2015-11-10 Thread Steven White
Hi folks, This question maybe more of a Linux one vs. Solr, but I have to start someplace. I'm reading this link https://cwiki.apache.org/confluence/display/solr/Taking+Solr+to+Production to get Solr on Linux (I'm more of a Windows guy). The page provides good intro on how to setup Solr to start