tags:

views:

240

answers:

3

What is better container for SOLR: Tomcat or Jetty

+1  A: 

Don't think it especially matters, they'll both work.

If you're using either of them already, stick with it.

If not... well, given that Solr and Lucene are both Apache projects, it seems simpler to also go with Tomcat.

If you do want to go with Jetty though, you can.

Peter Boughton
+1  A: 

It runs in a Java servlet container such as Tomcat.

It shouldn't matter since they are both servlet containers. Use whatever you feel most comfortable with.

cherouvim
A: 

Tomcat. We had some large documents truncated and dropped using Jetty.