Home  >  Q&A  >  body text

java - 互联网公司的application server哪个用的多一些?是不是都用Tomcat?

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

ringa_leeringa_lee2713 days ago504

reply all(8)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-18 09:39:59

    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.

    reply
    0
  • ringa_lee

    ringa_lee2017-04-18 09:39:59

    We use tomcat and jetty.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:39:59

    For Alibaba’s project, we are currently using jetty

    reply
    0
  • PHPz

    PHPz2017-04-18 09:39:59

    tomcat or jetty

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:39:59

    Use jetty

    reply
    0
  • 阿神

    阿神2017-04-18 09:39:59

    jboss,jetty

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 09:39:59

    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.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-18 09:39:59

    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

    reply
    0
  • Cancelreply