R12.2
Posted by satish on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/R12-2-tp3655.html
Hi Erman,
we have a doubt posted in few sites but didnt get a exact or satisfying answer.You are good at both EBS and weblogic as well as java.we hope we will for sure get an answer from you
In r12.2,we use ad scripts to start the services due to some dependencies(ofcourse not sure exactly what dependencies-if you give some example it would be fine).But why script startWebLogic.sh was included in ad script?Is adscripts using startWebLogic.sh script internally to start the services?
if [ "$silentmode" != "-silent" ]; then
echo "Refer $LOG for details"
fi
fi
elif [ "$control_code" = "startForDeployment" ]; then
if test "$PLATFORM" = "LINUX_X86-64"; then
nohup $LINUX32 /u01/DEVDBAPPS/fs1/FMW_Home/user_projects/domains/EBS_domain_DEVDB/bin/startWebLogic.sh >> $LOG 2>&1 &
else
nohup /u01/DEVDBAPPS/fs1/FMW_Home/user_projects/domains/EBS_domain_DEVDB/bin/startWebLogic.sh >> $LOG 2>&1 &
fi
Thank you