Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between jndi lookup(), list(), listbindings(), and search()?
How many types of weblogic installation ?
What is t3 protocol?
How do I increase weblogic server memory? : BEA Weblogic
Explain what is the purpose of using multipools in web logic server?
What are stubs and how do they function in a web logic cluster?
Why do we need to remove cache?
How do you troubleshoot a crash?
When should I use multicast subscribers? : BEA Weblogic
Explain The Methods For Providing User Credentials For Starting The Server ?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
When does high cpu usage occur?
Do you know how are multi-byte characters used with weblogic jdriver?
What is achieved through clustering?