Oracle
1Z0-102 · Question #91
A web application called sales was deployed and is currently "Active". It is targeted to managed1 and managed2. The developers have given you an upload WAR file and you have replaced the original…
The correct answer is D. The application is deployed to managed1 and managed2 because that is where it is currently targeted. See the full explanation below for the reasoning.
Question
A web application called sales was deployed and is currently "Active". It is targeted to managed1 and managed2. The developers have given you an upload WAR file and you have replaced the original WAR file with it. From the directory where the WAR file resides, you run the following weblogic.Deployer command:
java weblogic.Deployer -adminurl t3://192.168.1.101:7001-username weblogic -password welcom1 -name sales -redeploy Which statement best describes what happens?
Options
- AThe command fails because no target was specified.
- BThe application is deployed to the Administration Server because no target was specified.
- CThe application is deployed to whichever server is running at 192.168.1.101:7001.
- DThe application is deployed to managed1 and managed2 because that is where it is currently targeted.
How the community answered
(53 responses)- A15% (8)
- B8% (4)
- C6% (3)
- D72% (38)
Community Discussion
No community discussion yet for this question.