0
votes

I would like to know if there is a way to start up the Managed Servers in Weblogic automatically when the Node Manager is started up via the installed NodeManager Windows Service.

I know there are several ways to start up the node manager - Using a Windows Service, or throught WLST. I just want to know if the above is possible without creating a WLST script to startup the managed servers.

The platform is Windows.

1

1 Answers

0
votes

No, that's not possible without scripting.

You could enable crash recovery (see CrashRecoveryEnabled in the nodemanager.properties) which would autostart managed servers not cleanly shut down when the nodemanager starts.

Or if you are really adverse to WLST you could write a powershell script running from the windows scheduler. It could check the node manager port and run the startManagedWebLogic.cmd command when the node manager is up but the managed server port is not.