ATG Self Service is preconfigured with several service-specific scenario actions and events. You can use these to create scenarios for the external user that respond to user actions and customize the Self Service website for those users.

The ATG Self Service server is configured with one Scenario Manager, defined in /atg/scenario/scenarioManager.xml. This Scenario Manager handles scenarios for external users.

You configure the scenarioManager.xml file to have one Process Editor Server, which is a Self Service instance:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
 <process-editor-server>
  <server-name>self_service_host:8851</server-name>
 </process-editor-server>
</process-manager-configuration>
 
loading table of contents...