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 |
What is application tuning?
What is config.xml.booted file.
Where are the files placed while deploying the resource adapter in web logic server?
what are the pre requisite to installing weblogic server 10
How to set Connection Pool size in Weblogic Server ?
What is error ora-6502? : BEA Weblogic
Must ejbs be homogeneously deployed across a cluster? Why?
How to change from development mode to production mode in weblogic 10.3?
What is the max amount of information that can be saved in a session object?
Why the node manager is required?
How is the logging implementation specified in web logic?
Can two jms servers share the same persistent store? : BEA Weblogic