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 can the OUT OF MEMORY be solved?
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
What is t3 protocol?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
In a web logic server what is the domain?
How do I identify the document type of an xml document? : BEA Weblogic
How do clients handle dns requests to failed servers?
Explain the tier architecture of a web logic server?
How do I bind string values in a preparedstatement? : BEA Weblogic
What are deployment descriptors?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What are log filters and what are their purpose?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is meant by domain, adminserver, managedserver?
What is administration server?