部署后自动激活 Oracle Weblogic Server 中更改的命令

Command for automatic activate changes in Oracle Weblogic Server after deployment

首先使用connect命令连接到weblogic服务器然后

我正在使用部署命令部署耳朵,我有很多耳朵要部署,所以每次部署耳朵后,我都必须转到控制台并单击激活更改 是否有激活更改的命令

connect(username, password, urladmin)

deploy(applName,deploymentFile,targets=deploymentTarget,appversion='v1',timeout=0)

有一个激活命令。

激活([超时],[阻止])

"Activates changes saved during the current editing session but not yet deployed. This command prints a message if a server restart is required for the changes that are being activated."

https://docs.oracle.com/middleware/1213/wls/WLSTC/reference.htm#WLSTC254