How to deploy a EAR app as zipped from Eclipse into Wildfly using JBoss Tools plugin?

梦想的初衷 提交于 2019-12-06 14:06:52

Double click on WildFly in "Servers" view which will open its properties page.

There are 2 tabs in it: Overview and Deployment.

Go to "Deployment" tab.

There is an option "Deploy projects as compressed archives" with a checkbox besides it. In you case it is not checked.

Check it then save it.

Next time when you deploy the EAR app it will deploy as compressed.

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