Wouldn't you want to run it as a windows service and use net start/
net stop? If you download and install Jetty it comes with the
appropriate scripts to be installed as a service.
Eric
On May 20, 2009, at 12:39 PM, Chris Harris wrote:
I'm running Solr with the default Jetty setup on Wi
I'm running Solr with the default Jetty setup on Windows. If I start
solr with "java -jar start.jar" from a command window, then I can
cleanly shut down Solr/Jetty by hitting Control-C. In particular, this
causes the shutdown hook to execute, which appears to be important.
However, I don't especia