Which three statements are true?

A domain created based on the Basic WebLogic Server Domain product has start scripts called
startWebLogic.sh and startManagedWebLogic.sh (.cmd in Windows). Which three statements are
true?

A domain created based on the Basic WebLogic Server Domain product has start scripts called
startWebLogic.sh and startManagedWebLogic.sh (.cmd in Windows). Which three statements are
true?

A.
startWebLogic.sh starts Node Manager.

B.
startWebLogic.sh has a required parameter.

C.
startManagedWebLogic.sh has a required parameter.

D.
startWebLogic.sh starts the Administration Server of the domain.

E.
startManagedWebLogic.sh can start any managed server in the domain.

F.
Both scripts can start any WebLogic Server, but each has different default parameter values.

Explanation:
C: If you created Managed Server while creating domain then you can start
Managed Server using startManagedWebLogic command
$BEA_HOME/user_projects/domains/<domain_name>/bin
startManagedWebLogic.cmd <managed_server_name> <admin_url> (for Windows)
startManagedWebLogic.sh <managed_server_name> <admin_url> (for Unix)
Assume that we a created Managed Server MS1 with Admin Port as 7003.
startManagedWebLogic.cmd ms1 http://localhost:7003 (Windows)
D: Starting Administration Server (startWebLogic.cmd or .sh)E: Starting Managed Server
(startManagedWebLogic.sh or .cmd)



Leave a Reply 3

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