Steps below to add the
server-level property to disable/enable the scheduler on a node in cluster
setup:
- Log in to the Weblogic Administrative Console.
- In left pane, click Environment, Servers.
- Click the name of the managed server in which you want to add the -Dscheduler.disabled=true property.
- Click Lock and Edit in the left tab.
- Click Configuration, Server start tab in the right pane.
- In the Argument Text box, add -Dscheduler.disabled=true, and save.
- Click Activate Change in the left pane.
- To ensure that this property is picked, restart the managed server via the node manager. Restarting from script does not work


