On 2/27/2015 10:59 AM, h15...@mailas.com wrote: > I'm trying a 1st deploy of Solr 5.0.0 in Jetty9 > (jetty-distribution-9.2.9.v20150224).
<snip> > I've obviously misconfigured something. > > Appreciate any help figuring out what! Add-on info to the replies you have already received: This may be harder to do than simply deploying the war. I hope you can find a way to make it work, I'm just letting you know that it may not be easy. Some time ago, I tried to upgrade the whole project to Jetty 9 and Solr wouldn't compile. Somebody else took over the issue and we are now running Jetty 9 in trunk, but 5.x is still using Jetty 8. https://issues.apache.org/jira/browse/SOLR-4839 Looking at the 2015/01/05 patch (which I believe is the one that actually got committed, along with the very small 2015/01/07 patch), it looks like a very significant amount of work was required within the Solr codebase. I tried to replace the jars in my own custom install with jetty 9, and I can't get jetty to start at all -- the jetty config has radically changed and I do not know how to adapt it. I would strongly recommend that you simply run Solr 5 with the jetty server (and the bin/solr script) that's included in the binary download. At some point in the future, you will not be able to deploy Solr in your own servlet container -- it will be a standalone application, NOT a war. Thanks, Shawn