How to setup Solr so it restarts on reboots on a windows server?
Posted
by Blankman
on Server Fault
See other posts from Server Fault
or by Blankman
Published on 2010-03-14T18:59:45Z
Indexed on
2010/03/14
19:05 UTC
Read the original article
Hit count: 166
Currently I am running Solr by just opening up a cmd prompt on my windows 2008 server, and running java -jar start.jar.
This seems like a hack, since if I reboot my server I have to go and manually restart it.
Is there a way for me to automate the startup for this?
© Server Fault or respective owner