I want to stop solr by command so if find this article
http://rc98.net/solrinit
echo \"Stopping Solr\" cd $SOLR_DIR java -Xmx1024m -DSTO
This worked for me if rake sunspot:solr:stop doesn't work
ps -ef | grep solr
then using the information returned
sudo kill
example:
sudo kill 792