To disable the scenario manager component for a server:
Step 1 :
Create or edit the ScenarioManager.properties file for the server.
<ATGdir>/home/servers/servername/localconfig/atg/scenario/ScenarioManager.properties
Note : If you are disabling the InternalScenarioManager component for an agent server, make this configuration in the InternalScenarioManager.properties file too.
Step 2 :
Set the enabled property to false. If the enabled property is not present in the file, add it.
enabled=false
Note : if you want to check the logs Set loggingDebug=true
Step 3 :
Restart the server.
Verify that the server has started with the scenario manager component disabled by checking the server’s log file for the following message.
2013-08-24 13:34:01,290 INFO [nucleusNamespace.atg.scenario.ScenarioManager] (main) This ProcessManager is disabled and will not execute processes or handle events
No comments:
Post a Comment