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 are the causes of having ociw32.dll error in the database of web logic server?
Explain what are the ways in which the dns request of failed servers handled?
Write a program of web logic server to get the connection pool attribute?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
What can be the reasons for server hang?
What is weblogic?
What is meant by domain?
How do I use persistence? : BEA Weblogic
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
What is bea weblogic? : BEA Weblogic
When can high usage of CPU occur?
What are the ways in which weblogic servers can run on multiple machines?
What is unicast in weblogic?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic