Configure weblogic boot.properties to not require password on start or stop

# You must start the server once to get the "servers/AdminServer" directory to be created.
Start Weblogic Admin and Domain Interface
sudo su - oracle
cd ~
cd bin
set_<domainname>
cd $DOMAIN_HOME
./startWeblogic.sh
cd $DOMAIN_HOME/bin
./stopWeblogic.sh
./startWeblogic.sh

set boot.properties to allow passwordless start up in nohup

set_<domainname>
cd servers/AdminServer
mkdir security
chmod 775 security
cd security
vi boot.properties
username=weblogic
password=<your Password>