What steps it pass on when manage start
Answer / 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 |
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
How many types you configure managed server in weblogic server ?
Which memory space does thread stack get allocated from?
In web logic what is the msi code?
how to create a sub domain in domain ?
How do I provide user credentials for starting a server?
How you deploy your applications on weblogic server?
what happen when we give www.abc.com in url(what is process)
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
What is the local interface used by web logic server?
How do you disturbute applications over a cluster of weblogic nodes