Startup script dont start Forms and Reports
Hi!
Im trying to build my very first startup script for my WLs environment. The node manager and the Admin server comes up. But not Forms&Reports. What is wrong with the code below?
nohup su $WLS_OWNER -c $FORMSREPORTSDOMAIN/bin/./startManagedWebLogic.sh WLS_FORMS "http://myhost01.ad.local:9001" >/dev/null 2>/dev/null &
$WLS_OWNER is Oracle and $FORMSREPORTSDOMAIN is set to the rigth home (I can cd using the variable)
Regards
U
Im trying to build my very first startup script for my WLs environment. The node manager and the Admin server comes up. But not Forms&Reports. What is wrong with the code below?
nohup su $WLS_OWNER -c $FORMSREPORTSDOMAIN/bin/./startManagedWebLogic.sh WLS_FORMS "http://myhost01.ad.local:9001" >/dev/null 2>/dev/null &
$WLS_OWNER is Oracle and $FORMSREPORTSDOMAIN is set to the rigth home (I can cd using the variable)
Regards
U
0