Tag Archives: Jetty

How to stop solr using jetty?

To start and stop Solr using jetty we have following commands:

Starting solr with Jetty –

java -DSTOP.PORT=8079 -DSTOP.KEY=mysecret -jar start.jar

Stopping Solr with Jetty –

java -DSTOP.PORT=8079 -DSTOP.KEY=mysecret -jar start.jar –stop


ProsperaSoft offers SolrĀ development solutions. You can email at info@prosperasoft.com to get in touch with ProsperaSoft Solr experts and consultants.