What are the differences when deploying on Tomcat vs. Websphere?

后端 未结 3 2041
太阳男子
太阳男子 2021-01-04 11:43

If I were to deploy an application on Tomcat vs. Websphere, what are things that I need to consider?

Do I have to develop my Java code differently if developing in o

3条回答
  •  耶瑟儿~
    2021-01-04 12:34

    Depends, what are you trying to deploy?

    Tomcat isn't a full EE server--are you trying to deploy an EE app?

    If you're just deploying a web app, it's more important to consider which version of the servlet spec/etc. each server implements.

提交回复
热议问题