Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Binoy Dalal
That's a bummer. Anyhow I'll give it a shot and update this thread if I get anywhere. Thanks for your help. On Thu, 18 Feb 2016, 04:30 Shawn Heisey wrote: > On 2/17/2016 11:37 AM, Binoy Dalal wrote: > > At my project, we aren't that big on directory and user set up but the > fact > > that servi

Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Shawn Heisey
On 2/17/2016 11:37 AM, Binoy Dalal wrote: > At my project, we aren't that big on directory and user set up but the fact > that services can be started and stopped automatically on server reboots > and ensuring single running copies of the service is of significance. > Now currently we are running S

Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Binoy Dalal
Hi Dan, At my project, we aren't that big on directory and user set up but the fact that services can be started and stopped automatically on server reboots and ensuring single running copies of the service is of significance. Now currently we are running Solr 4.4 but pretty soon we're going to upg

Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Susheel Kumar
In addition you also get many advantages like you can start/stop/restart solr using "service solr stop|start|restart" as mentioned above. You don't need to launch solr script directly. Also the install scripts take care of installing/setting up Solr nicely for Production environment. Even you can

RE: Running solr as a service vs. Running it as a process

2016-02-17 Thread Davis, Daniel (NIH/NLM) [C]
So, running solr as a service also runs it as a process. In typical Linux environments, (based on initscripts), a service is a process installed to meet additional considerations: - Putting logs in predictable places where system operators and administrators expect to see logs - /var/logs - P