Help with automatically start of Weblogic at server start
WLS 10.3.5
Forms&Reports 11.1.2
I have configured WLS with nodemanager. Everything starts and shutsdown fine.
But how do I configure this at server reboot for example.
I have created a .cmd file which calls an text/.py-file which takes up the adminserver and Forms&Reports. This setup requires the Nodemanager to be running (service which starts automatically).
This is my script:
:st1
sc query "Oracle WebLogic NodeManager (D_Oracle_Middleware_wls1035)" | find "RUNNING" > nul && goto do1
echo %date% %time% not started yet
timeout 1 > nul
goto st1
:do1
timeout 30 > nul
call \Oracle\Middleware\user_projects\domains\wmlivedomain\bin\setDomainEnv.cmd
java weblogic.WLST ServerStart.py.txt