Yes, but these are now implementation details and may change in 5.x version (as opposed to waiting for 6.0).
So, if you are troubleshooting, it is Jetty underneath with a war file. But from the architectural point of view, it is now a black box. So, Tomcat deployments are officially no longer supported. Regards, Alex. ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 27 February 2015 at 05:24, Aman Tandon <amantandon...@gmail.com> wrote: > Hi, > > I am trying to understand the new verson of solr 5 and when I was trying to > stop the solr instance with the command "*bin/solr stop -p 8983*", I found > this message, > > *Sending stop command to Solr running on port 8983 ... waiting 5 seconds to > allow Jetty process 7028 to stop gracefully.* > > So are we still using the jetty? Are we still dependent on war file? > > With Regards > Aman Tandon