How do I provide user credentials for starting a server?

devquora
devquora

Posted On: Dec 29, 2020

 

You must provide the credentials of a user who is permitted to start and stop servers for the domain to start and stop WebLogic Server instances. User Credentials to Start and Stop Servers are described below: If you specify the Username and password on the command line. The server instance Uses them and does not prompt you for either credential. If you specify the Username and password in the boot. properties.

The server instance Uses them and does not prompt you for either credential. If you specify Username but no password on the command line The server instance Uses the username from the command line and Prompts you for the password twice. If you specify Password but no username on the command line. The server instance Prompts you for the username and Ignores the password from the command line and prompts you for the password twice

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Weblogic Interview Questions

    How does a server know when another server is unavailable?

    WebLogic Server monitors socket errors to check the availability of a server instance. As an example, if server instance A1 has associate degree open socket to server instance B1, and also the socket ...

    Weblogic Interview Questions

    How can I set deployment order for applications?

    You can set the deployment order of a Startup class, follow the instructions in Configure startup classes....

    Weblogic Interview Questions

    How do stubs work in a WebLogic Server cluster?

    Clients that are connected to a WebLogic Server cluster obtain a replica-aware stub for the object. This stub contains the load balancing logic for distributing the load among its host servers. The st...