MultipleChoice
You are running WebLogic Server under a 64-bit Hot-Spot JVM.
You edit your domain's setDomainEnv. sh script to update the minimum and maximum heap sizes as follows:
User_MEN_ARGS''-Xms 32 meg xmx150meg''
export USER_MEN_AREG
You try to start a managed server by runing the domain start script at the command line. The server falls with the message:
Invalid initial heap size: -xmsmeg
Why does the server fall with the message?
OptionsMultipleChoice
You have been tasked with replacing an existing WebLogic domain with a brand new installation as part of a migration. The new server needs to use the previously created JDBC store that holds existing JMS messages.
OptionsMultipleChoice
You start a managed server by running a start script at the command line the server fails to start. To troubleshooting this failure you look at the window in which the script ran. One of the messages from the server says ''boot identity not valid.''
What do you do before running the script again?
OptionsMultipleChoice
Consider a domain that includes a Node Manager home directory. One way to enroll each Node Manager with your domain is with the WLST command mxenroll().
Select the two scenarios where you do jot need to use this command to perform the same task?
OptionsMultipleChoice
The configuration wizard has a Node Manager option which, if selected, allows you to also configure a Node Manager as you create your domain.
Select two true statements about using the configuration Wizard to configuration Node Manager.
OptionsMultipleChoice
When you use the Embedded LDAP that is supplied by Oracle WebLogic Server, which three statements are true?
OptionsMultipleChoice
Over time you server log files have increased in size to over 500 MB.
Identify three technique to help decreased the size of these log files.
OptionsMultipleChoice
The development group supplied you with the latest WAR file for the company web application. It has been thoroughly tested and needs to be placed into production. In the production file system, you copy over the previous WAR file the new version. You log into the administration console and redeploy the application. Current users continue to access the older version of the application, while new users are taken to the new version.
Explain this scenario.
OptionsMultipleChoice
You successfully deployed an application on WebLogic 12c but notice that its deployment name is different than what you expected.
After checking various places and making deployment attempts, you decide to be on the safe side and just use the method that takes precedence over the others when setting the deployment name.
Which method should you use to override the default deployment name?
OptionsMultipleChoice
Consider a Weblogic Java EE application that uses a JDBC data source.
Which three steps would the application developer typically write code to perform?
Options