Tuesday, 4 August 2020

Run Solr as a Service on Windows

Solr 8 Prerequisites:
  1. Solr
  2. Java JDK 8+
  3. NSSM

Solr as a service
  1. Run command prompt as admin:
  2. From command prompt run
    nssm install solr8
  3. Configure service like images below:




  4. Click on Install service.
  5. Check windows services in services.msc installed and run.
  6. If service failed to start test service run from command line:
    bin/solr start
  7. Check Solr is up and running from url:


No comments:

Post a Comment

Change docker images and containers location with Windows 10

Docker with windows has 2 mode windows and linux (wsl) For Windows Mode: Docker Configuration File: By default, Docker stores Images and ot...