1Z0-599 · Question #19
Which two outcomes result when a domain is created in development mode?
The correct answer is C. boot.properties file automatically stored D. creation of an auto deploy folder used for the application to deploy automatically. C: The saviour of having to type in the username and password each and every time that you start a server. A very useful little file to have, particularly if you have multiple managed servers. By default, this appears in the Admin Servers security directory…
Question
Which two outcomes result when a domain is created in development mode?
Options
- AWebLogic server starts automatically upon the restarting of the machine
- Beach new cluster will automatically be created with two managed servers
- Cboot.properties file automatically stored
- Dcreation of an auto deploy folder used for the application to deploy automatically
- ENode Manager will be automatically configured
How the community answered
(23 responses)- A4% (1)
- C91% (21)
- E4% (1)
Explanation
C: The saviour of having to type in the username and password each and every time that you start a server. A very useful little file to have, particularly if you have multiple managed servers. By default, this appears in the Admin Servers security directory ($DOMAIN_HOME/servers/AdminServer/security) when a domain is created in development mode and is called boot.properties. The file is only created for the admin server, not for any additional servers; simply copying the security directory over is enough. The password is encrypted for the domain, so it can only be used for servers within that domain. In production mode, the boot.properties file doesn't exist. D: Development mode enables a WebLogic Server instance to automatically deploy and update applications that are in the domain_name/autodeploy directory (where domain_name is the name of a WebLogic Server domain). Production mode disables the autodeployment feature and prevents any applications you place in the autodeploy directory after you switch to production mode from being deployed. * By default, a WebLogic Server domain runs in development mode. * You can run a WebLogic Server domain in two different modes: development and production. Only development mode allows you use the autodeployment feature
Topics
Community Discussion
No community discussion yet for this question.