Skip to content
/ Solr Public

The files to get solr running as windows service

Notifications You must be signed in to change notification settings

Doomic/Solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solr

Install (and uninstall) script to setup a Windows Service Created for Solr 6.6.0

Install

First download Solr http://lucene.apache.org/solr/mirrors-solr-latest-redir.html

Unpack the downloaded file on your desired location (can't be moved after running the installation)
C:\ for example (or use your program files folder)

Put the files of this repository in the root folder of solr.
Like C:\solr-6.6.0</i>

run the INSTALL.bat file ("run as administrator" will prevent that you will have to accept multiple times that a program will be executed)

About

The installation is build upon apache daemon (common-daemon).
https://commons.apache.org/proper/commons-daemon/download_daemon.cgi

And the checks if the service is already installed / running are done by Sc.exe (microsoft)
https://support.microsoft.com/en-us/help/251192/how-to-create-a-windows-service-by-using-sc-exe

Disclaimer

Use the script at your own risk. This files are provided "as is" without express or implied warranty.

About

The files to get solr running as windows service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published