You are on page 1of 1

fileDate=`date '+%F_%H%M'`

LOG_FILE="/u01/start_stop_log"
echo "Starting Admin Server"
echo "**************************************************************************
******"
nohup /u01/app/oracle/product/fmw11g/user_projects/domains/bifoundation_domain/b
in/startWebLogic.sh > $LOG_FILE/startWebLogic.log.$fileDate &
sleep 150
echo "Successful start up of Admin Server"

You might also like