Re: Difference in running Solr with Jetty internally or externally

2015-05-27 Thread Zheng Lin Edwin Yeo
Thank you Erick! I'll use the internal Jetty and start Solr with the bin/solr start scripts. Regards, Edwin On 26 May 2015 at 12:20, Erick Erickson wrote: > Actually, just use the new bin/solr start scripts and ignore whether > it's running Jetty under the covers or not I think. > > Best, >

Re: Difference in running Solr with Jetty internally or externally

2015-05-25 Thread Erick Erickson
Actually, just use the new bin/solr start scripts and ignore whether it's running Jetty under the covers or not I think. Best, Erick On Mon, May 25, 2015 at 7:11 PM, Zheng Lin Edwin Yeo wrote: > Hi Shawn, > > Thanks for your reply. So the recommendation is still to stick with the > Jetty that's

Re: Difference in running Solr with Jetty internally or externally

2015-05-25 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for your reply. So the recommendation is still to stick with the Jetty that's included in Solr? >From what you say, seems that if we use external Jetty, we have to do more configuration to tune it to fit Solr, and it will probably use more memory and run slower too.There might al

Re: Difference in running Solr with Jetty internally or externally

2015-05-25 Thread Shawn Heisey
On 5/25/2015 3:28 AM, Zheng Lin Edwin Yeo wrote: > I understand that Jetty comes together with the Solr installation package, > and that by default, Solr uses Jetty internally to power it's HTTP stack. > > Would like to check, will there be any performance difference when we run > the Jetty intern

Difference in running Solr with Jetty internally or externally

2015-05-25 Thread Zheng Lin Edwin Yeo
Hi, I understand that Jetty comes together with the Solr installation package, and that by default, Solr uses Jetty internally to power it's HTTP stack. Would like to check, will there be any performance difference when we run the Jetty internally as compared to running an external copy of Jetty?