This works for AdminServer and
Managed Servers
You may use above command in
rc.d scripts
Start
WebLogic in Production Mode
You may use nohup or eval command and use & at end
$ nohup ./startWebLogic.sh -Dweblogic.ProductionModeEnabled=true &
Or
$ eval ./startWebLogic.sh -Dweblogic.ProductionModeEnabled=true &
Start WebLogic in Development Mode
export WLS_REDIRECT_LOG=path_to_log_file
eval $DOMAIN/bin/startWebLogic.sh &
Read Article about PeopleSoft Weblogic Development and Production Modes
http://www.mybasicknowledge.com/2012/07/peoplesoft-weblogic-development-and.html