أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
To update an application which is already deployed on weblogic domain, take a lock edit session in weblogic console, navigate to the deployments and select the application. Click on Update and navigate to the war file which is updated. Select it and complete the deployment. Activate the changes.
Do a rolling restart of the Managed Servers for the changes to get reflected.
Create the WAR file for DSCC
install-path/bin/dsccsetup war-file-createInitialize the DSCC registry install-path/bin/dsccsetup ads-createTo create server instances on the same host where DSCC is deployed, register the DSCC agent in Common Agent Container. $install-path/bin/dsccsetup cacao-regDeploy the WAR file.
Browse the WebLogic console using http://localhost:/console.
Goto base_domain/Deployments.
Click Lock and Edit.
Click Install.
Click Upload your file(s).
In Deployment Archive, select install-path/var/dscc7.war.
Click Next.
Select dscc7.war and click Next a few times and Finish.
Click Activate Changes in the top left corner.