What steps it pass on when manage start
Answer / tirupathi
boot.properties is the key to this answer, boot.properties (Boot Identity) is a text file which contains username/password to start/stop an instance of WebLogic Server.
Create boot.properties in $DOMAIN_HOME/servers/[server_name]/data/mkdir security with content like
username=[superuser with admin role like weblogic]
password=[password of user]
Repeat tihs for Admin Server and all Managed Server
| Is This Answer Correct ? | 5 Yes | 0 No |
Arrange in order the various message severity levels?
What are the uses of a middleware server?
How is the logging implementation specified in web logic?
How should you type cast a remote object? Why?
Explain what an application server does and it's major components.
Define the list of pre-configured queues?
What is core server tuning?
What is a Thread dump? How will you take in unix/linux and windows ?
How do you differentiate between a server hang and server crash issue?
Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic
What is meant by jdbc and configuration details?
What is meant by domain, adminserver, managedserver?