How to setup Solr so it restarts on reboots on a windows server?
- by Blankman
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?