Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetty or Tomcat for small Linode

Tags:

tomcat

jetty

my site is running on linode. I have got 380+ MB RAM. I need to run the web server + Solr + Postgres + memcached on the same space.

Which is best Jetty or Tomcat? It is simple, plain search server. We use Pylons for development.

like image 731
Krish Avatar asked Apr 07 '09 18:04

Krish


1 Answers

Jetty can be set up to load only the features you need. For example you can turn off session support.

I think Jetty is better in general case either, see Jetty vs Tomcat comparison.

like image 199
Sergey Avatar answered Oct 17 '22 02:10

Sergey