How to add a WAR file into an existent EAR file?

一个人想着一个人 提交于 2019-12-02 05:24:45

Assuming that the EAR file doesn't already contain the WAR file, you can use common zip utilities to add the WAR file within the EAR file.

Note that this won't update any of the EAR file descriptors. To update the descriptor, you'll need to add a new web module directive.

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