Deploying .ear file to tomcat

怎甘沉沦 提交于 2019-12-10 03:26:54

问题


I have an .ear file which contains multiple war files.

I am moving the app to tomcat. Once I have packaged all of the individual war files contained in the .ear for tomcat compatability how will the war files be deployed ?

Do I just need to deploy all of the individual war files to tomcat and it should "just work" or is it not as simple as this ?

To be more specific what is the tomcat equivalent "glue" that websphere provides to package all the wars in one ear?


回答1:


Tomcat doesn't support the full EE stack, it's a servlet container only. You'll have to deploy the WARs separately.



来源:https://stackoverflow.com/questions/9244154/deploying-ear-file-to-tomcat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!