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 |
What are the admin default ports?
What does 'stub' mean in weblogic server?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
What can be the reasons of server hang?
How do I programmatically get a list of queues or topics? : BEA Weblogic
What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps
What is the purpose of the serializedsystemini.dat file?
What is Weblogic ? (Weblogic Interview Questions)
Explain briefly what is the nm?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
What does isidentical() method return in case of different type of beans?