Re: Advantages of different Servlet Containers

2009-10-02 Thread Joshua Tuberville
Simon, Have you tried the bin/jetty.sh script that comes with Jetty distributions? It contains the standard start|stop|restart functions. Joshua On Oct 2, 2009, at 1:11 PM, Simon Wistow wrote: > I know that the Solr FAQ says > > "Users should decide for themselves which Servlet Container the

Re: Advantages of different Servlet Containers

2009-10-02 Thread Shalin Shekhar Mangar
essage from Solr to see whether > Solr is ready to go to work. > > wunder > > -Original Message- > From: Lajos [mailto:la...@protulae.com] > Sent: Friday, October 02, 2009 1:35 PM > To: solr-user@lucene.apache.org > Subject: Re: Advantages of different Servlet Conta

RE: Advantages of different Servlet Containers

2009-10-02 Thread Walter Underwood
: solr-user@lucene.apache.org Subject: Re: Advantages of different Servlet Containers Just go for Tomcat. For all its problems, and I should know having used it since it was originally JavaWebServer, it is perfectly capable of handling high-end production environments provided you tune it

Re: Advantages of different Servlet Containers

2009-10-02 Thread Lajos
Just go for Tomcat. For all its problems, and I should know having used it since it was originally JavaWebServer, it is perfectly capable of handling high-end production environments provided you tune it correctly. We use it with our customized Solr 1.3 version without any problems. Lajos S

Advantages of different Servlet Containers

2009-10-02 Thread Simon Wistow
I know that the Solr FAQ says "Users should decide for themselves which Servlet Container they consider the easiest/best for their use cases based on their needs/experience. For high traffic scenarios, investing time for tuning the servlet container can often make a big difference." but is th