Software >> Middleware >> Weblogic >> 11gR1 >> How to configure boot.properties file in Admin server to allow automatic login during start up
# cd domainhome/servers/AdminServerName # mkdir security # cd security # vi boot.properties boot.properties username=adminusername password=adminpassword
|