Solr Comes with Jetty, is Jetty the recommended Servlet Container to use when running Solr?
The Solr example app has Jetty in it just because at the time we set it up, Jetty was the simplest/smallest servlet container we found that could be run easily in a cross platform way (ie: “java -jar start.jar”). That does not imply that Solr runs better under Jetty, or that Jetty is only good enough for demos — it’s just that Jetty made our demo setup easier.