Archive for the ‘Weblogic’ Category

I’m using Weblogic 10.3.4 Run it from “yourdomain/bin” like this : ./startWeblogic.sh -Dweblogic.management.username=username -Dweblogic.management.password=password   -Dweblogic.system.StoreBootIdentity=true It will generate a login file in “yourdomain/servers/AdminServer/security” named boot.properties which contain your login. The next time you start the weblogic, you don’t have to do any user & password prompt as long as the boot.properties file exists in the directory [...]