java - 互联网公司的application server哪个用的多一些?是不是都用Tomcat?
ringa_lee
ringa_lee 2017-04-18 09:37:59
0
8
544

互联网公司的app server都是用Tomcat吗?我估计BAT是,中小型互联网公司也用Tomcat吗?有用JBoss的吗?

ringa_lee
ringa_lee

ringa_lee

reply all(8)
伊谢尔伦

Ours is a small Internet company, and Apache is sufficient. The backend maintenance cost of Java system is too high, so I dare not get involved easily. LAMP can handle it by one person.

左手右手慢动作

We use tomcat and jetty.

Ty80

For Alibaba’s project, we are currently using jetty

PHPzhong

tomcat or jetty

洪涛

Use jetty

阿神

jboss,jetty

Peter_Zhu

If you just want a servlet container, tomcat is enough. If you also need embedded, then jetty. If you want to use java ee family bucket, such as jsf, jpa, CDI, etc., then Use jboss, of course, now wildfly.

Peter_Zhu

jboss should be regarded as an application server, including many things, such as things, queues, etc.
tomcat is a web server that implements the servlet standard and is a more lightweight container. In general scenarios, it is enough to use tomcat

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template