Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
; Eileen > > -Ursprüngliche Nachricht- > Von: Zheng Lin Edwin Yeo > Gesendet: Mittwoch, 14. August 2019 11:27 > An: solr-user@lucene.apache.org > Betreff: Re: Running Solr as a service > > Hi Eileen, > > Thanks for the reply. > > I am using SolrCloud with

AW: Running Solr as a service

2019-08-14 Thread Eileen Mosch
the event manager of Windows will have some details? I have no further ideas here. Sorry. Regards, Eileen -Ursprüngliche Nachricht- Von: Zheng Lin Edwin Yeo Gesendet: Mittwoch, 14. August 2019 11:27 An: solr-user@lucene.apache.org Betreff: Re: Running Solr as a service Hi Eileen

Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
81" -p 8983 -s "path/to/store/solr/data" -m 4g" > > Good luck! > > Regards, > Eileen > > -Ursprüngliche Nachricht- > Von: Zheng Lin Edwin Yeo > Gesendet: Mittwoch, 14. August 2019 04:46 > An: solr-user@lucene.apache.org > Betreff: Runnin

AW: Running Solr as a service

2019-08-14 Thread Eileen Mosch
" Good luck! Regards, Eileen -Ursprüngliche Nachricht- Von: Zheng Lin Edwin Yeo Gesendet: Mittwoch, 14. August 2019 04:46 An: solr-user@lucene.apache.org Betreff: Running Solr as a service Hi, Is there anyway that we can run Solr as a service, and allow it to start automatically during the star

Running Solr as a service

2019-08-13 Thread Zheng Lin Edwin Yeo
Hi, Is there anyway that we can run Solr as a service, and allow it to start automatically during the startup of the system? I have tried to set up the service by using nssm, but it only works for ZooKeeper and not Solr. I am using Solr 8.2.0. Regards, Edwin

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
avis, Daniel (NIH/NLM) [C] < daniel.da...@nih.gov> wrote: > 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 plac

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

2016-02-17 Thread Susheel Kumar
ment. Even you can automate installation/launch of Solr using Install script. Thanks, Susheel On Wed, Feb 17, 2016 at 1:10 PM, Davis, Daniel (NIH/NLM) [C] < daniel.da...@nih.gov> wrote: > So, running solr as a service also runs it as a process. In typical > Linux environments, (based

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

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

2016-02-17 Thread Binoy Dalal
Hello everyone, I've read about running solr as a service but I don't understand what it really means. I went through the "Taking solr to production" documentation on the wiki which suggests that solr be installed using the script provided and run as a service. >From