Weblogic + Change deployment order via command

元气小坏坏 提交于 2019-12-11 06:24:57

问题


I am using ant script to undeploy and deploy the application to weblogic server. For a particular application I want to setup the "Deployment Order" a different value. Is there any way I can mention the deployment order via ANT. Please assist.


回答1:


The weblogic.Deployer utility and its ANT version wldeploy do not provide a feature to set the Deployment Order while deploying the Application.

The order can only be updated after the deployment. You can still automate it with WLST if that's what you're looking for. Here is an example: https://forums.oracle.com/thread/1014169



来源:https://stackoverflow.com/questions/17722899/weblogic-change-deployment-order-via-command

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