A managed server created in WebLogic 12c asks for a username and password when the managed server stops with the stopManagedWeblogic.sh script, even if the boot.properties file is present with the correct credentials.
The boot.properties file is configured in another accessible location, the path of which is specified using the -Dweblogic.system.BootIdentityFile java option
I observed below strange behavior
- It does not ask for a username and password when starting a managed server with a startManagedWeblogic.sh script (I assume this is in the boot.properties file).
- It does not ask for a username and password when starting and stopping the admin server
It asks for a username and password only if the managed server shuts down using the stopManagedWeblogic.sh script.
Does server management without a password work in WebLogic ?, since I do not want the username and password to be specified as a parameter to stop the script.
source share