2012年4月27日 星期五

WebLogic Start & Stop & deploy & Undeploy Command


=======STOP WebAP===
java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -user weblogic -password welcome1 -name test-WebAPIS_Client -stop -adminmode

java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -user weblogic -password welcome1 -name APPFront -stop -adminmode


=======Undeploy WebAP===========
java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -username weblogic -password welcome1 -undeploy -targets MServer1 -name test-WebAPIS_Client
java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -username weblogic -password welcome1 -undeploy -targets MServer2 -name APPFront


=======deploy WebAP==============
java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -username weblogic -password welcome1 -deploy -targets MServer1 /opt/app/APIS/war/test-WebAPIS_Client.war -name test-WebAPIS_Client
java weblogic.Deployer -adminurl t3://10.26.3.28:7001 -username weblogic -password welcome1 -deploy -targets MServer2 /opt/app/APP/APPFront.war -name APPFront

沒有留言: