How do I provide user credentials for starting weblogic server?
Answer / Kratika Sharma
To provide user credentials for starting a WebLogic Server, you can specify the username and password in the command line while starting the server using the -username and -password parameters. For example: `./startWebLogic.sh -username myuser -password mypass`
| Is This Answer Correct ? | 0 Yes | 0 No |
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
What are the causes of having ociw32.dll error in the database of web logic server?
How can the nm be made to work with web logic?
How do I identify the document type of an xml document? : BEA Weblogic
When can high usage of CPU occur?
What is a machine?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
What are the differences between a web logic server and a web server?
how will u check process id?
How does a server know when another server is unavailable ?
How to create a connection pool ?
Explain briefly the client-server architecture.