QuestionQ85

Using the Administration Console

A WebLogic Server domain includes a dynamic cluster named cluster1. The cluster1 cluster has two dynamic managed servers, server1 and server2. You need to see the inherited attribute values for server2.

How can you view every attribute of server2, including attributes inherited from the server template?

  • A Use WebLogic Administration Console > "server2" link.
  • B Use java weblogic.Deployer.
  • C You cannot, because attribute values are not inherited.
  • D Use WLST.
Explanation

WLST can display all attributes for a server and identify values inherited from a server template with an (Inherited) suffix. Dynamic-cluster servers use a server template as the basis of their configuration, including inherited and calculated attribute values.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!