nerdexam
Oracle

1Z0-161 · Question #59

You want to use WebLogic Server Scripting Tool (WLST) commands online to deploy an application to an Oracle Java Cloud Service instance. You specify the following commands: connect ('WLsadmin'…

The correct answer is C. You must specify the path to the location of the application on the Administration Server's VM. See the full explanation below for the reasoning.

Question

You want to use WebLogic Server Scripting Tool (WLST) commands online to deploy an application to an Oracle Java Cloud Service instance. You specify the following commands: connect ('WLsadmin', 'MyPassword', 'myexample-wls-1:7001') deploy ('benefits.war', '/u01/data/domains/MyWorkingDirectory/app', targets='/MyExampl_cluster', timeout='120000') Which statement about the effects of the deploy command is true?

Options

  • AIf you had not specified targets, the application would have been deployed to the cluster
  • BYou can only specify a .war file for the application
  • CYou must specify the path to the location of the application on the Administration Server's VM
  • DWLST deploys the application after waiting 120,000 ms

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    74% (32)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-161 Practice