On 2/27/2015 4:29 PM, Shawn Heisey wrote: > 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!
Followup: I was able to get Solr 5.0.0 started under the jetty9 distribution you mentioned. I unpacked the jetty archive, changed into the unpacked directory, and did these extremely simple and fast steps: * Copied solr.war from solr-5.0.0/server/webapps (in the Solr download) into webapps. * Copied logging jars from solr-5.0.0/server/lib/ext (in the Solr download) into lib/ext. * Created a solr directory. * Created solr/solr.xml with one line: <solr/> Once I did these things, running "java -jar start.jar" worked, and browsing to http://server:8080/solr brought up the admin UI (with no cores). If you do not know how to take this information and adapt it for your install, then you should stick to running Solr with the scripts and jetty included in the Solr download. Thanks, Shawn