Re: Jetty servlet container in production environment

2015-07-15 Thread Vincenzo D'Amore
Hi Adrian, since version 5.0 Solr is shipped with Jetty. But I think it could be a more interesting question is understand if default Jetty configuration could be used "as is" in a production environment. On Wed, Jul 15, 2015 at 8:43 AM, Adrian Liew wrote: > Hi all, > > Will like to ask your o

RE: Jetty servlet container in production environment

2015-07-15 Thread Adrian Liew
ly 15, 2015 2:57 PM To: solr-user@lucene.apache.org Subject: Re: Jetty servlet container in production environment Use Jetty. Or rather, just use bin/solr or bin\solr.cmd to interact with Solr. In the past, Solr shipped as a "war" which could be deployed in any servlet container. Sinc

Re: Jetty servlet container in production environment

2015-07-14 Thread Upayavira
Use Jetty. Or rather, just use bin/solr or bin\solr.cmd to interact with Solr. In the past, Solr shipped as a "war" which could be deployed in any servlet container. Since 5.0, it is to be considered a self-contained application, that just happens to use Jetty underneath. If you used something ot

Jetty servlet container in production environment

2015-07-14 Thread Adrian Liew
Hi all, Will like to ask your opinion if it is recommended to use the default Jetty servlet container as a service to run Solr on a multi-server production environment. I hear some places that recommend using Tomcat as a servlet container. Is anyone able to share some thoughts about this? Limit