- At
<DOMAIN_HOME>/servers/ <MANAGED_SERVER_NAME>/security (create this folder, if it not exists), create a file with the name “boot.properties” - Inside this file, create two properties:
- username=<Weblogic Admin Username>
- password=<Weblogic Admin Password>
This is a good way to allow developers to start and stop the managed servers without let him the credentials. The first time the managed server starts, data inside the file will be replaced by encrypted information.
Reference:
Enabling Auto Login by Using the Boot Identity File
No comments:
Post a Comment