Possible Duplicate:
Tomcat VS Jetty
I'm about to start developing a set of Java servlets that serve various purposes, but I can't decide whether to use Tomcat or Jetty (or something else?) to serve them.
I know there are a ton of questions/articles on the topic, such as:
However, none of them are very recent. So I would like to know, with the release of Tomcat 7, which would be better to use for a small company with a wide range of needs? What are the advantages/disadvantages of each? Thanks!
EDIT: to be more specific, I will mostly be using this for RESTful servlets, struts2, and maybe some websockets, although I will likely also enable PHP on it and fully move off of my Apache installation. Basically, I have a very wide range of needs, and I would like a server that can keep up with them.