CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

Different methods of starting HTML instance

edited Jun 27, 2019 5:00AM in CNC, DB and Operating System - JDE1 (MOSC) 1 commentAnswered

Hi! We are on App 9.2, Tools 9.2.3.1. WebLogic Server 12c. OS is Windows Server 2016.

We have script like below to start HTML instances automatically (scheduled in Windows Scheduled Tasks on OS startup) in case of server reboot.

startNodeManager(verbose='true',NodeManagerHome='X:\\Oracle\\Middleware\\Oracle_Home\\user_projects\\domains\\E920\\nodemanager',ListenPort='5556',ListenAddress='localhost')

nmConnect('weblogic','password','localhost','5556','E920','X:\\Oracle\\Middleware\\Oracle_Home\\user_projects\\domains\\E920','plain','true')

nmStart('AdminServer')

nmStart('HTML_Instance1')

nmStart('HTML_Instance2')

nmDisconnect()

exit()

From time to time, there is need to restart HTML instances using Server Manager as well. So the questions are...

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