Re: potential issue/bug reported by Jetty team? was: Re: Change Solr contextPath =“/“ ?

2016-11-17 Thread Shawn Heisey
On 11/16/2016 10:22 AM, matthew grisius wrote: > Looks like a little bug on solr. In jetty 9.1.something we changed the > definition of the webdefault.xml file to avoid the "Uncovered http > methods" warning. I have opened an issue for this. https://issues.apache.org/jira/browse/SOLR-9781 When

potential issue/bug reported by Jetty team? was: Re: Change Solr contextPath =“/“ ?

2016-11-16 Thread matthew grisius
I can now deploy my app that uses Solr via Jetty similar to my previous tomcat/tomee+ stack war deployment thanks to the Jetty team (Simone Bordet). It turned out to be very straightforward. Per his suggestion I commented out the RewriteHandler def and reference in $solr/server/etc/jetty.xml.