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.
Peter Boughton
2009-03-02 16:07:15
+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
2009-03-02 16:08:30