开发者

Is Jetty ever used for production deployment? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

开发者_运维问答 Improve this question

Why would it be preferred over Tomcat?

Is your experience with big or little companies? Internal or external (customer/public facing) systems?


You could look at this page listing products that use Jetty.

One example you might (unknowingly) be familiar with is that the Eclipse IDE's help system uses Jetty.


Google App Engine for Java (GAE/J) uses Jetty as servlet container.


We use Jetty for a production environment. Very small and easy to install.


Jetty is in a lot of production environments. It is very easy to install, configure and deploy on. No fluffy management stuff that gets in the way.


I have seen Jetty used for production deployments for lightweight http servers for restful services. For simple servers that relay requests back to a service Jetty is often enough.


It is used quite often in embedded mode. If your server needs extra http component, you can just throw in Jetty, write few servlets, and you're done. Tomcat isn't/wasn't as good for embedding as Jetty is.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜