What is being accomplished with the execution of the following sequence of weblogic.Deployer commands?

What is being accomplished with the execution of the following sequence of weblogic.Deployer
commands?
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
-password weblogic -distribute -name myTestDeployment
-source /myDeployments/myApplication/1.0GA
-appversion 1.0GA
java weblogic.Deployer -adminurl http://localhost:7001
-user weblogic -password weblogic -start -adminmode -name myTestDeployment -source
/myDeployments/myApplication/1.0GA
-appversion 1.0GA

What is being accomplished with the execution of the following sequence of weblogic.Deployer
commands?
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
-password weblogic -distribute -name myTestDeployment
-source /myDeployments/myApplication/1.0GA
-appversion 1.0GA
java weblogic.Deployer -adminurl http://localhost:7001
-user weblogic -password weblogic -start -adminmode -name myTestDeployment -source
/myDeployments/myApplication/1.0GA
-appversion 1.0GA

A.
A new version of the application is being distributed to the Administration Server.

B.
A new version of the application is being distributed in Administration mode.

C.
The distributed version of the application that is running in Administration mode is being opened
up to new client requests.

D.
After letting the application be available only via a configured Administration channel, it is now
available to external clients.



Leave a Reply 0

Your email address will not be published. Required fields are marked *