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
How do I increase weblogic server memory? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
Explain the diffrernces between 8.x and 9.x?
Can the bean class implement the ejbobject class directly? If not why?
How Work Manager works in wls 9.2 and above versions?
Tell the issues faced in weblogic?
What does isidentical() method return in case of different type of beans?
Explain the difference between dynamic and non-dynamic changes in the console?
What is Horizontal and vertical clustering ?
Do you know what is the local interface used by web logic server?
What Is The Advantage Of Clustering ?
In web logic how are new threads assigned?
What is the meaning of classformaterrors used with the applet?
how will you trouble shoot the URL issue in Web logic/ways?
Explain what an application server does and it's major components.