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 can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
What is achieved through clustering?
How do stubs function inside weblogic server cluster at the time of failure?
Do you know what type of object is returned by resultset.getobject()?
What is ticketing tool used in your project?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
What is a thread dump?
What are the special design care that must be taken when you work with local interfaces?
What are middleware servers?
When should I use server session pools and connection consumers? : BEA Weblogic
How many way to start and stop weblogic servers?
Is weblogic a web server?
Explain the performance tuning in jms?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic