Examine the domain diagram:
Assume all servers are up and running and you have just started an offline WLST interactive session. Assume further that the username/password ''weblogic/Welcome1'' maps to a valid administrator.
You type two lines of WLST code:
connect('weblogic','Welcome1','host02.acme.com:7101')
print cmo.getType() + ':' + cmo.getName()
What will be printed? (Choose the best answer.)
Example: The following example displays information about the current MBean, cmo.
wls:/mydomain/serverConfig> cmo.getType()
'Domain'
Currently there are no comments in this discussion, be the first to comment!