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
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
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