Upayavira:: Just to be sure, are you installing Solr inside a different
Jetty, or using the Jetty that comes with Solr?
*Behzad:: *Jetty that comes with solr.
Jetty-8.1.10.v20130312
Embedded Solr 4.10.3
Also used Jetty9 but not embedded. Tried solr 4.10.3 with Jetty 9 but still
facing same issue.
I hope 256MB of Xss is a typo and you really meant 256k right?
On Mon, Nov 16, 2015 at 4:58 AM, Behzad Qureshi
wrote:
> Hi All,
>
> I am using Tomcat server with solr 4.10.3. I want to shift to Jetty as
> replacement of Tomcat server but I am not getting any good results with
> respect to perfor
Also, what are the specific performance issues you are observing?
On Mon, Nov 16, 2015 at 6:41 PM, Upayavira wrote:
> Just to be sure, are you installing Solr inside a different Jetty, or
> using the Jetty that comes with Solr?
>
> You would be expected to use the one installed and managed by So
Just to be sure, are you installing Solr inside a different Jetty, or
using the Jetty that comes with Solr?
You would be expected to use the one installed and managed by Solr.
Upayavira
On Mon, Nov 16, 2015, at 11:58 AM, Behzad Qureshi wrote:
> Hi All,
>
> I am using Tomcat server with solr 4.1
Hi,
At Pubget we are also happy with jetty (distributed over a number of shards
and just adding more this week).
Just search around for a good init.d script to start it up, and we use monit
to keep it up:
init.d snippet:
START_COMMAND="java -Dsolr.data.dir=/solr8983 -Djetty.port=8983
-DSTOP.POR
Performance comparison link:
- "Jetty vs Tomcat: A Comparative Analysis". prepared by Greg Wilkins
- May, 2008.
http://www.webtide.com/choose/jetty.jsp
2009/3/5 Erik Hatcher :
> That being said... I don't think there is a strong reason to go out of your
> way to install Tomcat and do the addition
That being said... I don't think there is a strong reason to go out of
your way to install Tomcat and do the additional config. I'd say just
use Jetty until you have some other reason not to.
http://www.lucidimagination.com/search is currently powered by Jetty,
and we have no plans to swit
The jetty vs tomcat vs resin vs whatever question pretty much comes
down to what you are comfortable running/managing.
Solr tries its best to stay container agnostic.
On Mar 5, 2009, at 1:55 PM, Jonathan Haddad wrote:
Is there any compelling reason to use tomcat instead of jetty if all
we'r