问题描述
我正在使用ant脚本取消部署并将应用程序部署到weblogic服务器.对于特定的应用程序,我想为"Deployment Order"设置一个不同的值.有什么办法可以提及我通过ANT的部署顺序.请协助.
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.
推荐答案
weblogic.Deployer实用程序及其ANT版本wldeploy不提供在部署应用程序时设置部署顺序的功能.
The weblogic.Deployer utility and its ANT version wldeploy do not provide a feature to set the Deployment Order while deploying the Application.
只能在部署后更新订单.如果您要查找的是,仍可以使用WLST使其自动化.这是一个示例: https://forums.oracle.com/thread/1014169
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
这篇关于Weblogic +通过命令更改部署顺序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!