When I start weblogic scripting tool (WLST) in the domain directory. I can connect using the following command without specifying the username or password.
connect(url="t3://localhost:7001",adminServerName="AdminServer")
I assume that WLST is using a default userconfigfile and userkeyfile, probably located somewhere relative to the servers/AdminServer directory.
- Is this a correct assumption or is it using some other mechanism?
- Is the userconfigfile being used "servers/AdminServer/security/boot.properties"?
- Where is the default userkeyfile?
Answers to these questions would be greatly appreciated.