Hot deploy with Weblogic server?

匿名 (未验证) 提交于 2019-12-03 02:45:02

问题:

I have an Enterprise Application in Weblogic server.

When I modify any java class I have to build the .ear file and deploy in server every time, for a small modification also I need to build the whole application and deploy in server. Server is taking around 10 minutes time to do this.

Is there any other way to do this?

When I was working with Tomcat we used to update the .class directly in webapps project folder so that we don't need to re-build the entire application.

回答1:

Yes - there is a feature called FastSwap.

Using FastSwap to speed up dev

Using FastSwap Deployment to Minimize Redeployment



回答2:

When you create a weblogic domain, you define it will be started in Development or Production mode. To modify that, update the value of production-mode-enabled to true or false in config/config.xml

For more details check the following link or Weblogic documentation.

Difference between DEV and PROD mode in Weblogic 10.3

About your question on Weblogic Plugin, I suppose your're talking about OEPE (Oracle Enterprise Pack for Eclipse), which will deploy your application to a running domain that will be in dev or prod mode according to the mentioned in the config.xml



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