Oracle Weblogic Server (MOSC)

MOSC Banner

Help with automatically start of Weblogic at server start

edited Oct 18, 2012 4:23AM in Oracle Weblogic Server (MOSC) 12 commentsAnswered
Hi,

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center